HOW TO USE getch() function

i am a newbie at vc++ 2005 please tell me how to use getch() function that was used in tc++ 3.0
here it gives an error. also please give which header to use. they say that conio.h is wrong
is it please give details



Answer this question

HOW TO USE getch() function

  • ShaadShid

    As someone responded on another thread use _getch which, in Visual C++ 2005, is declared in conio.h

  • HOW TO USE getch() function