51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#gets
C++中cin、cin.get()、cin.getline()、getline()、gets()等函数的用法
学C++的时候,这几个输入函数弄的有点迷糊;这里做个小结,为了自己复习,也希望对后来者能有所帮助,如果有差错的地方还请各位多多指教(本文所有程序均通过VC6.0运行)1、cin 2、cin.get() 3、cin.getline() 4、getline() 5、gets()&nb...
代码星球
·
2020-04-04
C++
cin
cin.get
cin.getline
getline
c中使用gets() 提示warning: this program uses gets(), which is unsafe.
今天在C代码中使用gets()时提示“warning:thisprogramusesgets(),whichisunsafe.”,然后这个程序还能运行,无聊的我开始查阅资料,为啥gets()会unsafe呢。通过Google查阅前辈的问答,原来是这么回事。gets()这个函数只有一个参数,那就是...
IT猿
·
2020-03-27
gets
使用
提示
warning
this
首页
上一页
1
2
3
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他