gpt4 book ai didi

c++ - getline c++ 没有匹配函数

转载 作者:行者123 更新时间:2023-11-27 23:08:40 28 4
gpt4 key购买 nike

我正在尝试输入一个数字,根据该数字,用户必须输入 x 次。

例如

3 //how many the user wants
192 231 2 3
22192 2 1 23
2831 3 23 1

我试过这样做,但它一直说 getline 没有匹配的函数

int* x = NULL;
int numbers;
cin >> numbers;
x = new int[numbers]

for (int i=0;i<numbers;i++)
{
std::getline(std::cin, numbers)
x[i] = numbers
}

最佳答案

getline 的第二个参数的类型为 std::string

关于c++ - getline c++ 没有匹配函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21615553/

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