How can I output a std::map to a binary file?
std::map
The map declaration looks like this.
map accounts; ofstream os(o
What you want to do is also known as Serialization
Check this thread in another forum, it may help you