#include #include int main() { system( "cl ex.cpp" ); return 0; }
//告诉我cl 不是系统命令 谁知道该怎么弄啊?
收起
cl的路径不在系统PATH中,你要修改环境变量。
报告相同问题?