LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   conio.h file not found (https://www.linuxquestions.org/questions/linux-newbie-8/conio-h-file-not-found-286145/)

abk4523 02-04-2005 07:44 AM

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.

james.farrow 02-04-2005 07:49 AM

See
http://www.linuxquestions.org/questi...hlight=conio.h

It might shed some light on it

acid_kewpie 02-04-2005 07:50 AM

conio.h is a dos header, not unix. you will need to find a replacement library, or find unix specific code. i wouldn't know what to suggest to be hoens though.


All times are GMT -5. The time now is 09:23 PM.