c 怎么输入空格字符(c怎么输入带空格字符串)

c 怎么输入空格字符(c怎么输入带空格字符串)

首页维修大全综合更新时间:2024-02-21 12:13:34

c 怎么输入空格字符

用cin.getline(字符串变量,变量大小)功能:从键盘输入一个以ENTER键标志结束的字符串.这样,你就可以输入空格.最后按ENTER提交你输入的字符串。实现代码:

#include<iostream>#include<string>usingnamespacestd;intmain(){stringss;getline(cin,ss);cout<<ss<<endl;charch[25];cin.getline(ch,25);cout<<ch<<endl;}

大家还看了
也许喜欢
更多栏目

© 2021 3dmxku.com,All Rights Reserved.