This is the mail archive of the gcc-help@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]

Re: about not echoed char


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

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