public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How to call GCC Window/console functions?
@ 2003-03-19 19:18 LiliZZhang
  2003-03-19 20:00 ` Oscar Fuentes
  0 siblings, 1 reply; 2+ messages in thread
From: LiliZZhang @ 2003-03-19 19:18 UTC (permalink / raw)
  To: gcc-help

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". 

Thanks
Lili Z. Zhang

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to call GCC Window/console functions?
  2003-03-19 19:18 How to call GCC Window/console functions? LiliZZhang
@ 2003-03-19 20:00 ` Oscar Fuentes
  0 siblings, 0 replies; 2+ messages in thread
From: Oscar Fuentes @ 2003-03-19 20:00 UTC (permalink / raw)
  To: gcc-help; +Cc: LiliZZhang

LiliZZhang@aol.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-19 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-19 19:18 How to call GCC Window/console functions? LiliZZhang
2003-03-19 20:00 ` Oscar Fuentes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).