That is the point. How to write and read binary files with std::vector inside them?
I was thinking something like:
//============ WRITING A VECTOR IN
You can use
#include
to serialize your vector. Read a tutorial here: http://www.boost.org/libs/serialization/doc/tutorial.html#stl `