Python to C++ in a pickle
Larry Whitley
ldwhitley at home.com
Tue Jul 4 15:41:30 EDT 2000
More information about the Python-list mailing list
Tue Jul 4 15:41:30 EDT 2000
- Previous message (by thread): visual C++ giving runtime heap-check error in Py_Finalize(x)
- Next message (by thread): Python to C++ in a pickle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): visual C++ giving runtime heap-check error in Py_Finalize(x)
- Next message (by thread): Python to C++ in a pickle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list