> 2) Is there any similar  kind of replacement for getch() too ?
> 3) Why conio.h doesn't work in GCC ?
>

if you are used to using getch() at the end of your programs, to create a
pause, then its not needed. For other uses you can use getchar(). These are
not a part of the standard c library libc, so you can't use conio.h.

-- 
 Tavish Naruka

-- 
Mailing list guidelines and other related articles: http://lug-iitd.org/Footer

Reply via email to