熊胆五官液主治什么:C语言的问题

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/27 22:13:51
#include"stdio.h"
main()
{
printf("fergerfgerf");
}

用ALT+F 编译 有个错误
是 ERROR Unable to open include file 'studio.h'

什么意思 怎么解决?
哦 错了 是 ERROR Unable to open include file 'stdio.h'

运行是ctr+f9
显示是alt+f5
先 运行 后 显示
一 定是路径出错了
假设你把tc(包含tc.exe)放在d:下
把optation-->directories下的都以这种方法该为(
d:\tc\...)后面还有 其他用"....."表示

optation-->directories-->include directories键入include所在的绝对路径

补充:标准输入输出文件是stdio.h没错

是你的包含库文件路径有问题,
optation>>directories
将里面的路径全改成你TC所装的文件路径

可能是你的tc配置错误
把路经改成tc的安装目录下
试一下

不必用文件包含呀

'studio.h' 看清楚,不是stdio.h,改为studio.h就行了