C++中的文件输入输出流,怎么输入多行信息

2024-11-24 12:42:32
推荐回答(2个)
回答1:

用while或者for循环不久行了啊。。。
int num;
while(num)
{
string str;
cin>>str;
num--;
}

回答2: