进步进步再进步的博客如果你初次使用VisualStudio2013时,使用scanf()它会报下面的错误 看不清的话可以看下面的 error C4996: ‘scanf’: This function or variable may be unsafe. Consider using scanf_s instead. To disable ...
Colossus++的博客我们在使用VisualStudio编写C程序的时候,直接使用scanf()会报错。 Severity Code Description Project File Line Suppression State Error C4996 ‘strcpy’: This function or variable may be unsafe. ...