public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* lib conio.h
@ 2000-04-25 13:26 Af Clement
  2000-04-25 13:49 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: Af Clement @ 2000-04-25 13:26 UTC (permalink / raw)
  To: gcc-help

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

Hi,
 
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.
This lib does not exist under unix/linux systems (I 
am wrong ?)
Is there an equivalent lib ?
Thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: lib conio.h
  2000-04-25 13:26 lib conio.h Af Clement
@ 2000-04-25 13:49 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2000-04-25 13:49 UTC (permalink / raw)
  To: Af Clement; +Cc: gcc-help

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-25 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-25 13:26 lib conio.h Af Clement
2000-04-25 13:49 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).