[try Beta version]
Not logged in

 
fmemopen for Windows?

Feb 11, 2023 at 2:14am
Is there any library that can treat memory as file stream like fmemopen on Windows?

and how to use it like you are opening a file stream?
Last edited on Feb 11, 2023 at 2:14am
Feb 11, 2023 at 3:02am
Feb 11, 2023 at 3:05am
https://github.com/Snaipe/fmem

this library can be used by MSVC using vcpkg.
Feb 11, 2023 at 10:49am
If you're using C++, then have a look at string stream.
https://cplusplus.com/reference/sstream/basic_stringstream/
Mar 14, 2023 at 12:57am
Thanks for the suggestions.
Topic archived. No new replies allowed.