07 2015 档案
摘要:关于scanf的返回值,MSDN里是这样写的:Both scanf and wscanf return the number of fields successfully convertedand assigned; the return value does not include fields ...
阅读全文
摘要:C中scanf问题在VS2003中建一个c程序,用scanf接收输入的时候总会出现下面的警告是怎么回事呢?要怎么写才不会出现警告呢?e:\test1\test1\main.c(15) : warning C4996: “scanf”被声明为否决的 d:\program files\m...
阅读全文