SPRING :: NOTE
[ERROR] error C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details. 본문
ERROR
[ERROR] error C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
RAYZIE 2016. 10. 20. 17:39반응형
error C4996: 'getch': The POSIX name for this item is deprecated.
Instead, use the ISO C++ conformant name: _getch. See online help for details.
POSIX 함수 이름인 getch 대신 ISO C++ 호환 네임인 _getch 를 쓰는걸 권장.
getch 함수 쓴 곳을 _getch로 바꾸면 된다.
반응형
'ERROR' 카테고리의 다른 글
Comments