本人在linux下写了一个非常简单地小程序,就是用gets()函数输入,然后再用puts()函数把字符串输出,但是gcc编译提示:“the 'gets' function is dangerous and shout not be used.”.求解!!!!
这是老的C函数,当时对安全问题不太重视,现在的软件这样用就比较易被攻击
参考 http://stackoverflow.com/questions/2843073/warninggets-function-is-dangerous