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


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



More information about the Python-list mailing list