This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: about not echoed char
- To: srownagh at atraxis dot com
- Subject: Re: about not echoed char
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 20 Dec 2000 13:03:21 -0200
- Cc: gcc-help at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <OFFE7A7594.6F6EA690-ON002569BB.004FC8BE@zrh.sairgroup.com>
On Dec 20, 2000, srownagh@atraxis.com wrote:
> I do write a programm in ANSI C.
ANSI C doesn't offer any features to do what you want. You'll have to
use system-specific C libraries to accomplish that. How to do it
strongly depends on which system you're running. One of the most
promising alternatives is probably the `ncurses' library. You can
find out more about it at www.gnu.org.
Please note that this question has nothing to do with GCC, since GCC
doesn't even contain a standard C library (it just uses whatever
library comes with the OS), lest to say extension libraries such as
the one you need. Therefore, posting this kind of question to this
mailing list is inappropriate. A Unix-programming mailing list or
newsgroup would have been a better choice.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me