Possible Duplicate:
Are there binary memory streams in C++
Asked
Active
Viewed 1,054 times
0
-
2http://stackoverflow.com/questions/1559254/are-there-binary-memory-streams-in-c ? – Jul 15 '10 at 13:22
-
Oh wow, that certainly didn't show up on the search. I apologize! – Gbps Jul 15 '10 at 13:24
1 Answers
0
Basically, I need an easy-to-use class which I can load raw data into and stream it into different variables
That would be IO streams. You can use their .read()
and .write()
member functions to read and write binary data.

sbi
- 219,715
- 46
- 258
- 445