Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to pyhton.Plz guide me for how to link python dynamically to c++.
Posted
Comments
Sergey Alexandrovich Kryukov 30-May-11 1:37am    
Not clear how do you want to use Python interpreter(!) in C++. There are projects which expose C++ libraries to Python; this is understandable...
--SA
[no name] 30-May-11 2:24am    
What do you mean by !
We need more info

1 solution

Lets try google for this.
Even then i have little bit more information to you,
Python can link with java , c++,c etc language by using various tools of python linking.
As you want link with python with C++
you can used
SWIG
boost.python
Pyrex
etc.
For more info please read this link care fully,
Integrating Python With Other Languages[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900