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

Re: How to call GCC Window/console functions?


LiliZZhang at aol dot com writes:

> Dear Sir/Madam:
>
>        Could you please advise me how to write codes to do basic 
> window/console function? Since I have written "#include <conio.h>" and gcc 
> compiler said: "No such file or directory". 

I assume you are using MinGW or Cygwin. As far as I know, 'conio.h' is
not available for gcc on Windows. You can try ncurses, which
accomplishes the same goals than conio.h but on a different
way. ncurses is distributed with Cygwin.

-- 
Oscar


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