Re: Missing header file conio.h

2000-05-21 Thread J.H.M. Dassen \(Ray\)
On Sat, May 20, 2000 at 04:36:41 -0700, Eric G . Miller wrote: > The semi-equivalent system under Unix would be [n]curses. There's > probably little chance of getting that program to run under Linux without > some serious rewriting on your part. Well, there is a reasonable chance it will compile

Re: Missing header file conio.h

2000-05-20 Thread David Teague
On Sat, 20 May 2000, Oliver Hingst wrote: > Hello, > I am trying to compile a C++ program, which will be at some point a > Reverse Polish Notation program. I am trying to use a function called > getche() . Therefore, from what I have read, I need to > > #include > > The problem is on my Potat

Re: Missing header file conio.h

2000-05-20 Thread Eric G . Miller
On Sat, May 20, 2000 at 12:09:18PM +0100, Oliver Hingst wrote: > Hello, > I am trying to compile a C++ program, which will be at some point a > Reverse Polish Notation program. I am trying to use a function called > getche() . Therefore, from what I have read, I need to > > #include That's a D

Missing header file conio.h

2000-05-20 Thread Oliver Hingst
Hello, I am trying to compile a C++ program, which will be at some point a Reverse Polish Notation program. I am trying to use a function called getche() . Therefore, from what I have read, I need to #include The problem is on my Potato system, this file is missing even though, I have installe