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]

Re: Manual question


On 30-Mar-2001, rob <exax@ix.netcom.com> wrote:
> I'm a beginning C student running gcc 2.95 on a Debian GNU/Linux box. I
> was checking the documentation in the online gcc manual for any
> reference to a non line buffered function to use in place of ' getchar
> () '; in the same way  ' getche () ' is used on some compilers with the
> ' conio.h ' header and was unable to locate any information.
> 
> Would you please point me in the right direction in the gcc manual or
> other documentation that will answer my question?

This is a Unix / glibc question, not a gcc question.
See the comp.unix.programmer FAQ list (which you can
find via a web search, e.g. from www.google.com).

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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