分类: C/C++
2011-01-17 14:21:18
chinaunix网友2011-08-28 08:28:55
warning: the `gets' function is dangerous and should not be used. GCC在警告你:gets()很危险(容易导致访问越界),不建议使用。(而不是不支持!!)
chinaunix网友2011-08-28 08:24:41
BUGS Never use gets(). Because it is impossible to tell without knowing the data in advance how many characters gets() will read, and because gets() will continue to store characters past the end of the buffer, it is extremely dangerous to use. It has been used to break computer security. Use fgets() instead.
chinaunix网友2011-03-09 11:35:10
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com