View Single Post
Ambitious contributor
13Feb2008,11:12  
imrantechi's Avatar
when we use vc++ ,we write _getch instead of getch .

this is because, The POSIX name for getch is deprecated.

so we use the ISO C++ conformant name: _getch.

if we use getch ,we get a warning this is removed with the help of using _getch