标签: c++ c fgets gets
我想从标准输入中读取整行,包括两个单词之间的空格。
在gcc上使用gets时,我收到以下消息:
send.c:(.text+0x2a): warning: the `gets' function is dangerous and should not be used.
什么是更好的选择?