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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to