This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: lib conio.h


On Wed, Mar 13, 2002 at 03:53:37PM +0100, Thomas Kroll wrote:
> Hello,
> 
> I am searching for the conio.h lib to use it under linux. But it does
> not exist.
> Is there a similar lib?
> Thank you very much.

This is not really a GCC question, since conio.h does not
come with GCC.

conio.h is a header file specific to DOS/Windows systems.
Take a look at ncurses, which should be available on
your system:
man ncurses

ncurses does not come with GCC, so followup questions
should be directed to a mailing list or newsgroup
about Linux programming.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@attbi.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]