gpt4 book ai didi

c++ 组 2 个或多个字符串作为一个输入

转载 作者:行者123 更新时间:2023-11-28 03:28:12 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Extract multiple words to one string variable
changing the delimiter for cin (c++)

我在使用 cin 时遇到问题。我的代码:

cout << "Enter Main Keyword: ";
cin >> mainKeyword;
cout << "==========" << endl;

cout << "Enter Secondary Keyword: ";
cin >> secondaryKeyword;

当我为 mainKeyword 变量输入“关键字”(不带引号)时,程序自动将“key”分配给 mainKeyword,将“word”分配给 secondaryKeyword,让程序考虑两个或多个字符串的代码是什么作为一个输入?

谢谢。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com