编译器 问题!
这是我的代码!#include "stdafx.h"
int main(int argc, char* argv[])
{
printf("Hello World!\n");
return 0;
}
是默认的hello world
但是编译器报错了!
--------------------Configuration: textddf - Win32 Debug--------------------
Compiling...
textddf.cpp
daffd.cpp
d:\software\text\textddf\daffd.cpp(2) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Generating Code...
执行 cl.exe 时出错.
textddf.exe - 1 error(s), 0 warning(s)
我的编译器版本是 VC++6.0 sp6
请不要回答让我换编译器!
谢谢