Python to C++ in a pickle

richismyname at gmail.com richismyname at gmail.com
Thu Apr 2 12:09:55 EDT 2015


On Tuesday, July 4, 2000 at 12:00:00 AM UTC-7, Larry Whitley wrote:
> I'd like to pickle an object in python and unpickle it in C++.  The object
> in question is a python dictionary so it will have to go into a C++ map.
> Has someone done this and is willing to share?  Or, is the cPickle source
> available on the web somewhere?
> 
> Larry

Check out http://www.picklingtools.com.  It gives you C++ code for pickling
and unpickling as well as data structures for manipulating those structures.



More information about the Python-list mailing list