由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 关于 cin >> 操作
相关主题
如何实现 strtok() ?问一个vim的问题
Python里边file writer的问题为什么redbox比netflix好用的多?
这个有更好的算法吗?一道算法题,到现在也没弄明白,谁能帮忙看看。
one question about algorithm如何实现这个“time to send out email“?
does the system guarantee this? (转载)Perl插入MySQL中双引号的问题
multi-thread 一问,问一个python的string split问题
OpenGL能否方便实现自定义图形的移动,擦除和分层显示?help on string parse
新人5个包子请教问题,redhat读写文件的内存问题 (转载)string /File IO processing using C
相关话题的讨论汇总
话题: cin话题: buffer话题: problem话题: 多个话题: so
进入Programming版参与讨论
1 (共1页)
e*****r
发帖数: 144
1
我的问题是
1. we know cin will leave a new line character '\n' in the buffer.
So why the second and third cin can still get the correct input, rather than
uses '\n' as a delimiter and gets a empty string?
cin >> foo;
cin >> bar;//No problem
cin >> baz;//No problem.
2. 连续多个cin 会造成 多个 '\n' 留在 buffer里吗?
谢谢。
1 (共1页)
进入Programming版参与讨论
相关主题
string /File IO processing using Cdoes the system guarantee this? (转载)
istream_iterator问题multi-thread 一问,
how to read a sentence into a vector of string?OpenGL能否方便实现自定义图形的移动,擦除和分层显示?
怎样才能用perl等东西知道c macro中的数值新人5个包子请教问题,redhat读写文件的内存问题 (转载)
如何实现 strtok() ?问一个vim的问题
Python里边file writer的问题为什么redbox比netflix好用的多?
这个有更好的算法吗?一道算法题,到现在也没弄明白,谁能帮忙看看。
one question about algorithm如何实现这个“time to send out email“?
相关话题的讨论汇总
话题: cin话题: buffer话题: problem话题: 多个话题: so