回复 23楼 zklhp
// a.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main(int argc, char* argv[])
{
printf("现代人都很懒 喜欢直接知道答案 如果你不愿意查 记得 下次直接建立一个待HelloWorld的工程 直接在里面改\n");
printf("这样错误的可能性是很小的 上面那个错误的原因挺复杂的 说了你也能不懂 而且和你学C语言关系不大\n");
printf("记住这样写是对的就可以了\n");
return 0;
}
感谢你的回答,但是问题仍然没解决,依然是有1个error
c:\documents and settings\administrator\桌面\r.cpp(4) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
执行 cl.exe 时出错.