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
2.1m questions
2.1m answers
60 comments
57.0k users