[newbie] conio.h file missing?

1999-09-28 Thread Ty Mixon
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

Re: [newbie] conio.h file missing?

1999-09-28 Thread Axalon Bloodstone
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 . . .

RE: [newbie] conio.h file missing?

1999-09-28 Thread Ken Wilson
First Law of Optimization: The speed of a nonworking program is irrelevant (Steve Heller, 'Efficient C/C++ Programming') -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ty Mixon Sent: Tuesday, September 28, 1999 3:23 PM To: [EMAIL PROTECTED] Subject: [newbie] co

RE: [newbie] conio.h file missing?

1999-09-28 Thread Ty Mixon
++ contains c. We start out with functional programming and then move up to OOP. -- Ty Mixon e-mail: [EMAIL PROTECTED] ICQ:26147713 Original Message On 9/28/99, 6:03:48 PM, "Ken Wilson" [EMAIL PROTECTED] wrote regarding RE: [newbie] conio.h file missing?: You say for obvio

RE: [newbie] conio.h file missing? (Possibly OT by now 8- )

1999-09-28 Thread Ken Wilson
PROTECTED] Subject: RE: [newbie] conio.h file missing? snip And we use stdio for everything else. The reason we're mixing them is b/c C++ is C incremented. C++ contains c. We start out with functional programming and then move up to OOP. snip

RE: [newbie] conio.h file missing? (Possibly OT by now 8- )

1999-09-28 Thread Ty Mixon
ixon Sent: Tuesday, September 28, 1999 7:46 PM To: [EMAIL PROTECTED] Subject: RE: [newbie] conio.h file missing? snip And we use stdio for everything else. The reason we're mixing them is b/c C++ is C incremented. C++ contains c. We start out with functional programming and then move up to OOP. snip