It's probably obvious that I'm more familiar with Python than C++...
I was wondering if there's a convenient way of storing objects / miscellaneous STL structures on the hard drive for later importing and use in C++ in the same manner that Python does with the Pickle module.
I know I can write a raw dump, but I'd rather avoid that. I'm also working with some god-awfully huge files, so some compression would also be a bonus.
A bit of Googling led to the conclusion that I don't know how to word this question in a way that a search engine can understand.
Thanks in advance!
-cvp