cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
fmemopen for Windows?
fmemopen for Windows?
Feb 11, 2023 at 2:14am UTC
ruzip
(103)
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 UTC
Feb 11, 2023 at 3:02am UTC
deleted account xyzzy
(5768)
https://github.com/Arryboom/fmemopen_windows
Feb 11, 2023 at 3:05am UTC
deleted account xyzzy
(5768)
https://github.com/Snaipe/fmem
this library can be used by MSVC using vcpkg.
Feb 11, 2023 at 10:49am UTC
seeplus
(6591)
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 UTC
ruzip
(103)
Thanks for the suggestions.
Topic archived. No new replies allowed.