STL and binary
Posted: Fri Oct 10, 2003 3:34 pm
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