| jimobama (36) | ||||
|
How can i use c++ class in python , i am currently writing a project in school and i have already do same thing in c++ so i want to re-used my class in C++ in python which is the lauguage required for: i have heard about python.h file which can be include in C++ or C but i try it [/
Out is:
Thanks for your help in advance | ||||
|
Last edited on
|
||||
| helios (10126) | |
|
What you want to do is extend Python. http://docs.python.org/2/extending/ | |
|
|
|