首页上一页 1 下一页尾页 6 条记录 1/1页
C++编译时出错!跪求解决方案
发表在C语言图书答疑
2010-12-07
是否精华
是
否
版块置顶:
是
否
--------------------Configuration: 22 - Win32 Debug--------------------
Compiling...
Error spawning cl.exe
22.exe - 1 error(s), 0 warning(s)
[font size=6]上面是出现的提示[/font]
[strong]无论编译内容多简单都无法编译,下面是编译内容
[/strong]#include <iostream>
using namespace std;
int main()
{
cout<<"1";
return 0;
}
Compiling...
Error spawning cl.exe
22.exe - 1 error(s), 0 warning(s)
[font size=6]上面是出现的提示[/font]
[strong]无论编译内容多简单都无法编译,下面是编译内容
[/strong]#include <iostream>
using namespace std;
int main()
{
cout<<"1";
return 0;
}