I want to call functions of a C++ program from Python code.
How can make C++ functions available in a Python program?
I want to call functions of a C++ program from Python code.
How can make C++ functions available in a Python program?
http://www.boost.org/doc/libs/1_47_0/libs/python/doc/
Boost.Python, a C++ library which enables seamless interoperability between C++ and the Python programming language.