I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Programming » Tutorials » C & C++ » Advanced »

conio.h and getche

will\′s Photo
31 Oct 07, 3:03PM
conio.h and getche
The header file conio.h is only available on Windows platforms.

So if you use getche() you may want to consider using something else. Within unix, the getch() method is similar.
Currently you need to be logged in to leave a message.