我是一个c++的初学者。 用visual c++6.0进行程序编译时,总会出现一个这样Compiling... Error spawning cl.exe
1.exe - 1 error(s), 0 warning(s)错误提示,程序是书上的,下面就是 # include<iostream.h> void main() {int a,b,result; cout<<"please input two numbers:
"; cin>>a>>b; result=3*a-2*b+1; cout<<"result is"<<result<<endl; } 我实在找不出有什么错误,会不会和我安装的软件有关。请指点我一下吧!谢啦! |