[求助]请问下这是什么问题呀?我是初学者,请高手指点下呀
#include <iostream.h>
using namespace std;
int main()
{
cout<<"Testing 1,2,3\n";
return 0;
}
运行出现如下问题:
fatal error C1010: unexpected end of file while looking for precompiled header directive
执行 cl.exe 时出错.