lib conio.h

Alexandre Oliva aoliva@cygnus.com
Tue Apr 25 13:49:00 GMT 2000


On Apr 25, 2000, "Af Clement" <afclement@ifrance.com> wrote:

> On dos/win systems there is the lib <conio.h> which provide many
> useful functions like getch (get a char but does not echo and wait
> for <return>) or kbhit.

Yep, but this has nothing to do with compilers.  It's a library issue,
and GCC doesn't include a C library.

> This lib does not exist under unix/linux systems (I am wrong ?)
> Is there an equivalent lib ?

There's curses, ncurses and termcap.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me



More information about the Gcc-help mailing list