I need to work in my app with memory buffer like with direct access files. Is exists analogues for fread and fwrite functions? C++
I have buffer in memory with data. I want: read data, write data and move pointer in this buffer. Like files but with memory and without files.