Forum: C++ Aug 17th, 2009 |
| Replies: 27 Views: 132,181 I know it's difficult to comprehend, but sometimes programming languages and their associated APIs evolve. This page was a rather prominent result during my google search for getch and it suggests... |
Forum: C++ Nov 25th, 2008 |
| Replies: 27 Views: 132,181 Ditto.
getch() is deprecated (http://msdn.microsoft.com/en-us/library/ms235446(VS.80).aspx). Instead, MS recommends you use _getch() (http://msdn.microsoft.com/en-us/library/078sfkak(VS.80).aspx)... |