Search:
Forum
Beginners
C++ and Python
C++ and Python
Sep 14, 2010 at 5:50pm UTC
manasij7479
(113)
What is the most simple way to use C++ and Python code in the same project (without going into too much difficulty)?
Sep 14, 2010 at 6:20pm UTC
helios
(17607)
Do you want to call C code from Python, or Python code from C?
http://docs.python.org/extending/
http://docs.python.org/c-api/
Last edited on
Sep 14, 2010 at 6:20pm UTC
Sep 14, 2010 at 7:32pm UTC
manasij7479
(113)
I'd be experimenting with the options available.
How do I make gcc search the python folder for the header file?
Sep 15, 2010 at 3:10am UTC
helios
(17607)
How do I make gcc search the python folder for the header file?
-I<your Python include directory>
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs