saving data

Is there a way to save data as an object? Like in python, you can use pickle, shelve, JSON, etc. for small projects. Are there any that are a like in c++? Meaning save object as, save a vector to a file and retrieve it back as a vector. Or rather any container?
Last edited on
Boost serialization looks like it does what you want.
http://www.boost.org/doc/libs/1_54_0/libs/serialization/doc/index.html
Topic archived. No new replies allowed.