warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++
다음과 같이 모두 변경한다.
stricmp()는 _stricmp()로,
strcmpi()는 _strcmpi()로,
itoa()는 _itoa()로,
ultoa()는 _ultoa()로,
strnicmp()는 _strnicmp()로,
strupr()는 _strupr()로,
access()는 _access로,
모두 변경한다.
0 댓글