Notice
Recent Posts
Recent Comments
SNOWFLAKES DRAWING PAPER
[C++] warning C4996: 'strlwr' 본문
# if defined(_MSC_VER)
# ifndef _CRT_SECURE_NO_DEPRECATE
# define _CRT_SECURE_NO_DEPRECATE (1)
# endif
# pragma warning(disable : 4996)
# endif
참고 : http://www.codeguru.com/forum/showthread.php?t=450815
'개발 > C / C++' 카테고리의 다른 글
[C++] option 'Wp64' has been deprecated ??? (0) | 2011.01.14 |
---|---|
[C++] 참고사이트 (0) | 2011.01.11 |
Comments