Error C4996 'scanf'    First solution    First, Open you project's properties Second, Move Configuration Prope...

Microsoft Visual Studio 2013 error C4996, 'scanf'


Error C4996 'scanf'




   First solution

   First, Open you project's properties


Second, Move Configuration Properties - C/C++ - Preprocessor

Third, Add this code
;_CRT_SECURE_NO_WARNINGS

   Second solution

 add this code
#pragma warning(disable:4996)



0 개의 댓글: