How to execute a C++ code with a python code embedded on a system without python installed

蹲街弑〆低调 提交于 2019-12-05 18:55:42

Yes, you can embed python in C++. Google provided me two links that I think can be useful for you. I am not sure if you already knew these links as you didn't mention in your question about your research.

http://www.codeproject.com/Articles/11805/Embedding-Python-in-C-C-Part-I This link has two part tutorial on this topic.

http://realmike.org/blog/2012/07/05/supercharging-c-code-with-embedded-python/ This link is also discussing the same topic.

It is basically avoided to paste off site links in the answer. But unfortunately the answer to your question is too long that I am forced to provide the links here. Sorry for that. Just to be safe you should download the whole tutorial from these links, so that you don't regret in future if the tutorials become offline!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!