[已解决]编译C程序问题
发表于 : 2008-04-30 18:58
我用gcc编译C语言文件,编译器竟然说:#include<conio.h>:No such file.为什么呢?
如果安装库文件的话,又是哪个呢?
急切求解中。
如果安装库文件的话,又是哪个呢?
急切求解中。
This include file contains the function declarations for
the MS C V2.03 compatible console I/O routines.
这说明了,linux中的gcc根本就没有这个头文件。And one more thing conio.h is not only in TC2.0 ,BC++、VC++、BCB have this file in the INCLUDE directory .