is it possible serialize any STL class including std::string? I've a sets of std::strings and I'm trying to write them into file and load them back into std::set.
Yes, it's possible. With boost.serialization, for example.
For STL, read corresponding tutorial section
1.4m articles
1.4m replys
5 comments
57.0k users