python调用C/C++有不少的方法,如boost.python, swig, ctypes, pybind11等,这些方法有繁有简,而pybind11的优点是对C++ 11支持很好,API比较简单,现在我们就简单记下Pybind11的入门操作。 1. pybind11简介与环境安装pybind1 Read More
posted @ 2019-02-11 22:25 findumars Views(12141) Comments(0) Diggs(1)