목록kbhit (1)
SPRING :: NOTE
[ERROR] error C4996: 'kbhit': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _kbhit. See online help for details.
error C4996: 'kbhit': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _kbhit. See online help for details. kbhit(); 함수를 _kbhit(); 으로 변경
ERROR
2016. 10. 20. 17:48