标题:在VC++6.0环境下编译提示找不到头文件“stdio.h",请问是什么原因?
取消只看楼主
ycxdtdz
Rank: 1
等 级:新手上路
帖 子:82
专家分:0
注 册:2011-5-31
结帖率:81.82%
 问题点数:0 回复次数:0 
在VC++6.0环境下编译提示找不到头文件“stdio.h",请问是什么原因?
#  include "stdio.h"(或<stdio.h>)
int main (void)
{int i;
 int sum = 0;
 
 for (i=1; i<10; i+=2)
 {
   sum = sum + i;
   printf("sum = d%\n",sum);         
     
 }
 return 0;
}
编译上面程序后,系统提示“f:\downloads\vc++6.0英文版\vc98\bin\1.c(2) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
Error executing cl.exe.

1.obj - 1 error(s), 0 warning(s)”
请问为何编译系统找不到头文件“stdio.h"
搜索更多相关主题的帖子: 原因 void include 
2013-02-18 20:26



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-398752-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.077044 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved