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]
Other format: [Raw text]

Re: implementing conio.h


pradyut bhattacharya <pradyut100@yahoo.com> writes:

> why do not include conio.h 
> in the gcc program

gcc does not include
a standard c library
or any of the associated headers
but even if it did
it wouldn't include conio.h
because that is nonstandard
only for dos
you should investigate the ncurses library

zw


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