QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2501|回复: 8

找不到头文件conio.h?

[复制链接]
发表于 2004-3-31 14:06:35 | 显示全部楼层 |阅读模式
[muggle@localhost one]$ gcc -O -o highvideo highvideo.c
highvideo.c:2:19: conio.h: 没有那个文件或目录
[muggle@localhost one]$ cd /usr/lib/bcc/include/
[muggle@localhost include]$ ls
a.out.h   ctype.h     grp.h     paths.h     stddef.h   termios.h
arch      dirent.h    limits.h  pwd.h       stdio.h    time.h
ar.h      dos.h       linux     regexp.h    stdlib.h   unistd.h
asm       errno.h     linuxmt   regmagic.h  string.h   utime.h
assert.h  fcntl.h     malloc.h  search.h    strings.h  utmp.h
bios.h    features.h  math.h    setjmp.h    sys        varargs.h
bsd       generic     memory.h  signal.h    termcap.h
conio.h   getopt.h    msdos     stdarg.h    termio.h
[muggle@localhost include]$
      困惑啊,这不明明有的嘛!
发表于 2004-3-31 15:06:22 | 显示全部楼层
你是不是
[code:1]
#include "conio.h"
[/code:1]
???

试试
[code:1]
#include <conio.h>
[/code:1]
回复

使用道具 举报

 楼主| 发表于 2004-3-31 19:12:46 | 显示全部楼层
还是不行啊,
#include <conio.h>
or #include "conio.h"
都不行啊,怎么办啊,应该不会是这个头文件本身的问题吧
回复

使用道具 举报

发表于 2004-3-31 21:58:52 | 显示全部楼层
Linux的库里没有这个文件,这是TurboC自己加的。你需要用到里面什么功能?不能用别的带替吗?
回复

使用道具 举报

 楼主| 发表于 2004-4-1 13:28:42 | 显示全部楼层
哦,但是那个/usr/lib/bcc/include下有这个conio.h啊
  我想用clrsrc(),什么的,

还有一个问题
[root@localhost tyc2]# gcc -o ex2-5 ex2-5.c
/tmp/ccqJ6CRb.o(.text+0x2e): In function `main':
: the `gets' function is dangerous and should not be used.
[root@localhost tyc2]#
不知道为什么,只能用scanf();
能说明白点吗,我是个初学者,gcc系统自带的(Red Hat 9.0)
      谢谢!
回复

使用道具 举报

发表于 2004-4-2 11:33:40 | 显示全部楼层
gets也能用呀,他只是警告你用gets有危险
回复

使用道具 举报

 楼主| 发表于 2004-4-2 14:27:31 | 显示全部楼层
但是编译没有通过 呀!
回复

使用道具 举报

发表于 2004-4-2 23:14:33 | 显示全部楼层
没有什么错误呀!
回复

使用道具 举报

 楼主| 发表于 2004-4-7 10:36:52 | 显示全部楼层
谢谢大家了, 我的问题已经解决了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 17:13 , Processed in 0.072727 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表