STL and binary
Moderator: Board moderators
-
- Experienced poster
- Posts: 147
- Joined: Fri Jun 13, 2003 10:46 pm
STL and binary
I am having a little trouble with binary files and STL stuff. forexample i have a structure that contains C++ string type and i tried use read/write in an binary file and it doesnt work. and i also tried to write a vector into a binary file but that didnt work either. is STL not compatible with binary? i am not completely familiar with the internal structures of STL