[求助]请教各位大侠阿 我的VC++不能正常运行阿
我敲进去的是如下的程序:
#include<iostream.h>
void main()
{
cout<<"hello"<<endl;
}
结果却报错了!
--------------------Configuration: 123 - Win32 Debug--------------------
Compiling...
1233.cpp
c:\program files\microsoft visual studio\myprojects\123\1233.cpp(6) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.
1233.obj - 1 error(s), 0 warning(s)
我安装了好几个人的,每次都是只报一个错误!为什么啊,我还重装了系统,也没有什么用!!