摘要: 在VS 2013 中编译 C 语言项目,如果使用了 scanf 函数,编译时便会提示如下错误: error C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disa 阅读全文
posted @ 2016-10-23 12:35 lhuan 阅读(23432) 评论(1) 推荐(4)