在C语言编译器VC++6.0中编译#include"stdafx.h" 的纠结问题
查了很多关于#include"stdafx.h"的资料,没能解决我问题的。先看下简单的编译内容://Hello.cpp:Definestheentrypointforth...
查了很多关于 #include"stdafx.h" 的资料,没能解决我问题的。
先看下简单的编译内容:
// Hello.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <stdio.h>
void main()
{
printf("hello world\n");
}
按下编译按钮Build(F7)键后弹出这个对话框
所以不能不编译,但是把#include "stdafx.h"这句话删去后就编译正常,这是为什么 展开
先看下简单的编译内容:
// Hello.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <stdio.h>
void main()
{
printf("hello world\n");
}
按下编译按钮Build(F7)键后弹出这个对话框
所以不能不编译,但是把#include "stdafx.h"这句话删去后就编译正常,这是为什么 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询