+ 2

C++ program with Python

I have this Python API and I want it to work with a C++ program. I am quite new to these languages but I need to know if it is actually possible to have a C++ program running while some of its logic is run by Python?

14th Nov 2018, 11:12 PM
Bob Shah
Bob Shah - avatar
1 Answer
0
Yes its possible, here some useful links https://docs.python.org/3/extending/embedding.html (py in c) https://docs.python.org/3/extending/windows.html (c in py) I dont know which approach you want to take, but both links are full with explanation and example
15th Nov 2018, 12:09 AM
Taste
Taste - avatar