c_cpp 将空格作为字符串读取

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 将空格作为字符串读取相关的知识,希望对你有一定的参考价值。

#include <iostream>
#include <string>

using namespace std;

int main()
{
	string myString;
	getline(cin, myString);
	cout << myString.size() << endl;
}

以上是关于c_cpp 将空格作为字符串读取的主要内容,如果未能解决你的问题,请参考以下文章

根据空格拆分字符串并在 angular2 中读取

添加一个双空格作为分隔符

c_cpp 拆分字符串(空格分隔符)

c_cpp 从给定的字符串中删除空格 - GeekforGeeks

c_cpp 第1周续:Vigen2 - 输入文本没有空格,只有1个长字符串

从list列表中以空格读取字符串 .java