07 2015 档案

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