What map with serialization support is there in C++? -
i need maintain info in associative table. like:
typedef std::map< point, std::list<h_stat> > hm;
but stl containers not have ready serialization methods. sad news. think, not thought link boost library little project.
i programme on windows. maybe, windows.h or mfc have associative table class, has serialization method box? or there container c++ on internet?
thank in advance.
with mfc definitively have easy way serialisation cmap
, easy way make classes serializable.
however it's not portable. alternative boost, provides serialisation standard containers (see this answer similar question)
c++ map stl hashmap associative-array
No comments:
Post a Comment