conio.h file not found
I recently bought a book on game programming and am trying to learn c/c++. I have gcc 3.2 installed. In the first program, the book uses an "#include <conio.h> statement, but when I compile, I get a "conio.h: no such file or directory" error. Am I passing the wrong filename, or is something major going on? any help would be appreciated. I am using Red Hat 8 on the 2.6.9 kernel.
|