![]() |
#2
向钱看2011-02-27 15:11
|
把书上例题的代码输进去,居然还是提示编译错误
#include<iostream>
int main()
{
using namespace std;
cout<<"Come up an C++ me some time.";
cout<<"endl";
cout<<"You won"<<endl;
return 0;
}
这是书上的那段例题代码
--------------------Configuration: ·· - Win32 Debug--------------------
Compiling...
Error spawning cl.exe
·.obj - 1 error(s), 0 warning(s)
这是给出的错误提示。
哪个高手能给讲解下?