Forum: C++ Sep 28th, 2007 |
| Replies: 27 Views: 133,851 To anyone reading this thread:
getch() is still available in the conio.h header file (at least in MinGW). cin.get() acts the same as getchar() - it echos the pressed key and waits for enter to be... |