cpp调用python_表达式计算之c++调用python
本文使用c++调用python使用简单的计算功能。vc下新建工程,添加代码:// ExpCalcTest.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "stdio.h"#include "Python.h"int main(int argc, char* argv[]...