Python3.6調用C++函數

1.首先配置VS環境,我這裏用的是VS2015,分別選擇Release和X64下運行。 2.在VS中添加Python的庫。 3.創建CPP文件,代碼如下: #include <Python.h>   #include <iostream>   static PyObject* HelloWorld(PyObject *self, PyObject *args) { std::cout << "He
相關文章
相關標籤/搜索