How to transfer data structure or class from Python to C/C++?
bearophileHUGS at lycos.com
bearophileHUGS at lycos.com
Wed Oct 15 23:17:22 EDT 2008
More information about the Python-list mailing list
Wed Oct 15 23:17:22 EDT 2008
- Previous message (by thread): How to transfer data structure or class from Python to C/C++?
- Next message (by thread): How to transfer data structure or class from Python to C/C++?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hongtian: > Could you please guide me to do that? or tell me some document to have > a research? You can start googling for: - SWIG - Boost.Python - SIP - ctypes (built-in module) - And more. Bye, bearophile
- Previous message (by thread): How to transfer data structure or class from Python to C/C++?
- Next message (by thread): How to transfer data structure or class from Python to C/C++?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list