On Tue, 28 Sep 1999, Ty Mixon wrote:

> It's me again!
> 
> I'm making another C++ program for school, and we are using
> 
> cout << "press the any key to continue";
> getch();
> 
> for obvious reasons.
> 
> My problem is that we're supposed to use conio.h file to define 
> getch().  It ain't there . . .
> 
> Any ideas what else I could use that would be both g++ and M$ C++ 4.0 
> compat?
> 
> Thanks!!
> 

man getchar 

--
MandrakeSoft          http://www.mandrakesoft.com/
                                        --Axalon

Reply via email to