Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从cin. 我试过getline了,但它只让我选择一个分隔符。我试过了operator>>,但while(cin >> str)没有为我工作。有什么建议么?
cin
getline
operator>>
while(cin >> str)
PS我还没有看过boost,但我现在正在看。如果我找到任何东西,我会告诉你的。
unix/mac 上的 Control-D 和 Widows 上的 Control-Z 向 cin 发出输入结束信号。