https://github.com/pybind/pybind11.git
-
pybind11使用记录—ubuntu下使用cmake编译c++工程为python库
前言: 因为最近c++下的工程需要在python下调用,所以需要把c++编译成可供python调用的库,记录一下具体做法: 编译c++有多种方法,因为我的是cmake构建的工程,所…
-
python调用C++程序,C++程序调用python程序:pybind11简单使用
本博客只是对链接进行补充说明。 通过git clone https://github.com/pybind/pybind11.git 下载源码,可以发现源码中并没有cpp文件,只有…