|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/embedding.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/embedding.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/link-reqs.html| ]]
|
Extending and Embedding the Python Interpreter
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/contents.html| ]]
|
|
|
Previous: 4. Embedding Python in Up: 4. Embedding Python in Next: 4.2 Linking Requirements
4.1 Embedding Python in C++
It is also possible to embed Python in a C++ program; precisely how this is done will depend on the details of the C++ system used; in general you will need to write the main program in C++, and use the C++ compiler to compile and link your program. There is no need to recompile Python itself using C++.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/embedding.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/embedding.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/link-reqs.html| ]]
|
Extending and Embedding the Python Interpreter
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ext/contents.html| ]]
|
|
|
Previous: 4. Embedding Python in Up: 4. Embedding Python in Next: 4.2 Linking Requirements
See About this document... for information on suggesting changes.