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)
Error C4996 'scanf' First solution First, Open you project's properties Second, Move Configuration Prope...
Ade
!doctype>
0 개의 댓글: