码迷,mamicode.com
首页 > 其他好文 > 详细

vs2013 error c4996: 'fopen': This function or variable may be unsafe

时间:2015-10-26 18:53:01      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:function   解决方案   details   处理器   instead   

error C4996: ‘fopen‘: This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details

 

解决方案,项目 =》属性 =》c/c++  =》预处理器=》点击预处理器定义,编辑,加入_CRT_SECURE_NO_WARNINGS,即可。


本文出自 “叶子” 博客,请务必保留此出处http://luoqiu.blog.51cto.com/2198651/1706462

vs2013 error c4996: 'fopen': This function or variable may be unsafe

标签:function   解决方案   details   处理器   instead   

原文地址:http://luoqiu.blog.51cto.com/2198651/1706462

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!