错误

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.

解决

  1. 打开属性


    error C4996: 'fopen': This function or variable may be unsafe
    image.png
  2. 添加_CRT_SECURE_NO_WARNINGS


    error C4996: 'fopen': This function or variable may be unsafe
    image.png

参考

http://blog.csdn.net/davebobo/article/details/51123787

相关文章:

  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2022-12-23
  • 2021-08-16
  • 2021-08-19
猜你喜欢
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2021-12-25
  • 2021-07-27
  • 2021-11-05
  • 2021-06-13
相关资源
相似解决方案