在做将算法转换为C语言时出现“unable to open include file ‘STDIO.H’”是什么意思啊? 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 c语言 include 算法 open stdio.h 搜索资料 1个回答 #热议# 海关有哪些禁运商品?查到后怎么办? 百度网友3bc3634 2010-11-02 · TA获得超过3229个赞 知道小有建树答主 回答量:1015 采纳率:50% 帮助的人:532万 我也去答题访问个人页 关注 展开全部 #include<stdio.h>和#include"stdio.h"搜索的方式是不同的,好像<>括起来的搜索范围更大,建议改为#include<stdio.h>如果还是不行,可能就是C的编译环境有问题吧,下载个完整的。 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2007-04-02 Unable to open include file 'STDIO.H' 14 2008-04-02 tc中的一个问题,unable to open include file"stdio.h" 50 2009-07-26 c语言错误unable to open include file 'stdio.h' 3 2008-10-11 我的Turboc2.0,出现unable to open include file "stdio.h" 11 2017-09-02 为什么总显示Unable to open include file 'STDIO.H' 13 2011-07-14 TurboC2.0 unable to open include file 'stdio.h' 我如何知道include安装在哪里 4 2010-09-10 Unable to open include file 'STDIO.H' 什么意思。C语言的。。TURBO C 2.0 2 2007-03-22 为什么turbo C中输入#include<stdio.h>后调试时会显示unable to open include file "stdio.h"? 2 为你推荐: