vs2013-Resolve error C4996: ' fopen ' problem

Source: Internet
Author: User

How to resolve error C4996: ' fopen ' problem in VS2013

The first time you write a console application using the VS Series editor, you often see the following error:

Error C4996: ' 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.

1>f:\program files (x86) \microsoft Visual Studio 12.0\vc\include\stdio.h (211): See Declaration of "fopen"

The workaround steps are as follows:

    1. 1

      Right-click on project file 1 and select 2

    2. 2

      Then pop up the file's property page, click 1 "Preprocessor", and then click 2 to open the preprocessor as

    3. 3

      Copy "_crt_secure_no_warnings" in the red box below, then OK and click Apply.

    4. 4

      Problem solving

      Reference: http://jingyan.baidu.com/article/90bc8fc87fbafff653640ca6.html

vs2013-Resolve error C4996: ' fopen ' problem

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.