Solve the problem of vs2015 using fopen, fprintf and other functions

Source: Internet
Author: User

Error message: ' fopen ': This function or variable could be unsafe. Consider using fopen_s instead. To disable deprecation, use _crt_secure_no_warnings. See online Help for details.

Workaround: Right-click the project name--property-->c/c++--> preprocessor--preprocessor definition, edit right input box to add:

_crt_secure_no_warnings

Click the top menu bar->project->edit more properties. Then, on the left of the Open Settings box, select C + +-preprocessor. Right preprocessor definitions right input, _crt_secure_no_warnings OK can not error.

Solve the problem of vs2015 using fopen, fprintf and other functions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.