Answers for "disable not secure warning in C"

0

disable not secure warning in C

project -> properties -> C\C++ -> Preprocessor -> Preprocessor Definitions
add "_CRT_SECURE_NO_WARNINGS"
Posted by: Guest on April-23-2022

Code answers related to "disable not secure warning in C"

Browse Popular Code Answers by Language