How to solve Microsoft Visual Studio _CRT_SECURE_NO_WARNINGS

  1. You can either alt+F7 or right mouse click your project and select properties
  2. In your project property select configfuration properties/C/C++/processor.
  3. In the processor click beside the preprocessor definitions and select Edit.
  4. Copy and paste _CRT_SECURE_NO_WARNINGS into it and click OK.
  5. And apply the changes.