python中ctypes库完成对c++代码的调用

流程 information.cpppython #include <string> #include <iostream> class Information{ public: Information(){}; ~Information(){}; void SetName(std::string name){name_ = name;}; void SetAge
相关文章
相关标签/搜索