当代码出现 error C4996: ‘scanf’: This function or variable may be unsafe. Consider using scanf_s instead. 该怎么解决?
本人实际经验仅供参考
可以将原来的旧函数替换成新的函数,也就是说将scanf换成scanf_s函数,即可解决问题.
附上本人问题代码
出现error C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead.什么错误接下来我将scanf函数换成scanf_s函数

出现error C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead.什么错误

相关文章:

  • 2021-11-13
  • 2021-12-10
  • 2021-11-05
  • 2021-05-21
  • 2022-12-23
猜你喜欢
  • 2022-01-12
  • 2022-12-23
  • 2021-07-05
  • 2021-10-29
  • 2021-04-09
  • 2021-04-06
  • 2021-08-30
相关资源
相似解决方案