Thread
:
Listing directories and sub directories
View Single Post
imrantechi
Ambitious contributor
13Feb2008,11:12
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