2022年11月23日

c++ 调用 python 2.7 / 3.10

摘要: 本来想调用 python 3.10 的,但一直安装不成功,先记录一下 python 2.7。 先上代码: #include <iostream> using namespace std; #include "Python.h" int main(int argc, char *argv[]) { i 阅读全文

posted @ 2022-11-23 10:39 空明流光 阅读(184) 评论(0) 推荐(0)

导航