如何使用_CRT_SECURE_NO_WARNINGS
如何去除不想有的两种warning方法 向以下这种。 Warning 1 warning 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.
下载地址
用户评论
很好正好学习一下谢谢
正解,可以解决这个问题!我是vs2012!
很好,正好解决了我的问题
虽然内容不多,但精简实用,这1分太值了。谢谢!