0

Include Python in C++

I Want to include Python at C++. And can i do it without something programms?

24th Jun 2018, 9:18 AM
Rostyslav
Rostyslav - avatar
2 Answers
+ 6
there exists a python-dev package which includes a Python.h header file for using Python in C++. I have never used it myself, because I too believe its best to just use a Python environment for Python. The only benefit of Python + C++ I see is to use Python as an external scripting language for your C++ program
24th Jun 2018, 12:29 PM
「HAPPY TO HELP」
「HAPPY TO HELP」 - avatar
0
why would you want to do that? if you want to use python, just use a python environment lol
24th Jun 2018, 12:00 PM
hinanawi
hinanawi - avatar