quick question

What do I need to #include in order to use the following?
 
getch();

conio.h is the answer, but not all compilers seem to support it.
try getchar() from studio.h instead
thanks. I was looking at a program that used it but it had a lot of #includes so I wasn't able to determine that by process of elimination.
Topic archived. No new replies allowed.