请帮我看一下这个最简单的VC++程序有什么问题?
我是用VC++6.0编的程序,不能运行.请帮我看看是什么原因.
#include <iostream.h>
void main()
{
int a,b;
cin>>a>>b;
cout<<a<<""<<b<<endl;
}
行动后出现如下英文:Configuration: Ex_1 - Win32 Debug--------------------
Compiling...
Ex_1.cpp
e:\ex_1\ex_1.cpp(11) : fatal error C1010: unexpected end of file while looking for precompiled header directive
执行 cl.exe 时出错.
Ex_1.exe - 1 error(s), 0 warning(s)
请哪位高手帮我啊,我是新手啊.