fmemopen for Windows?

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
https://github.com/Snaipe/fmem

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