심각도 코드 설명 프로젝트 파일 줄 비표시 오류(Suppression) 상태
오류 C4996 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. DeepCopyShallowCopyApply c:\users\test\source\repos\0614\deepcopyshallowcopyapply\deepcopyshallowcopyapply\deepcopyshallowcopyapply.cpp 24
솔직히 저렇게 오류 코드가 길게 나와있어도
무슨 말인지 알아듣기가 매우 어렵습니다
아래에는 Visual Studio의 오류 목록에 나온
오류 코드입니다
C
,
C Error
,
C 오류
,
c#
,
C# error
,
c# 오류
,
C++
,
C++ Error
,
C++ 오류
,
C4996 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead.
,
Error C4996: 'strcpy' 'strcat'
,
See online help for details.
,
To disable deprecation
,
use _CRT_SECURE_NO_WARNINGS.
,
심각도 코드 설명 프로젝트 파일 줄 비표시 오류(Suppression) 상태