Home > Q&A > body text
假设Sublime Text 软件主要是用C++编写的,那么是怎么调用python语言呢?
阿神2017-04-17 12:06:45
Refer to Python documentation Embedding Python in Another Application
巴扎黑2017-04-17 12:06:45
C++ calls python, you can also refer to using boost python, which has some encapsulation compared to python’s API
http://www.boost.org/doc/libs/1_55_0/libs/python/doc/