Persisting STL containers to disk
ATL / WTL / STL
4
Posts
4
Posters
0
Views
1
Watching
-
Hi, I have a vector of classes. I would like to write the entire vector to disk I would like then load the entire vector back into memory. And idea of the best way to do this? Jeremy Pullicino C++ Developer Homepage
-
Hi, I have a vector of classes. I would like to write the entire vector to disk I would like then load the entire vector back into memory. And idea of the best way to do this? Jeremy Pullicino C++ Developer Homepage
-
Hi, I have a vector of classes. I would like to write the entire vector to disk I would like then load the entire vector back into memory. And idea of the best way to do this? Jeremy Pullicino C++ Developer Homepage
-
Looks like a good idea to me. I'll give that a try. Thanks for the link. John