使用C语言的scanf函数在Visual Studio软件上运行会报如下错误:
'scanf: This function or variable may be unsafe. Consider using scanf s instead. To disable deprecation, use. CRT SECURE NO WARNINGS. See online help for details.
这个函数或变量可能是不安全的。请考虑使用扫描S。若要禁用弃用,请使用。CRT没有任何警告。有关详细信息,请参阅联机帮助。
在文件头部定义如下代码:
#define _CRT_SECURE_NO_WARNINGS
注意:一定要写在#include的前面!!!否则依然会报错!
问题成功解决:文章来源:https://www.toymoban.com/news/detail-705342.html
文章来源地址https://www.toymoban.com/news/detail-705342.html
到了这里,关于Visual studio解决‘scanf: This function or variable may be unsafe. 问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!