Sunday, March 29, 2009

warning C4996: 'getch': The POSIX name for this item is deprecated.

When you come across this error,

Instead of getch(), use the ISO C++ conformant name: _getch().

No comments:

Post a Comment