How do I flush the cin buffer?

前端 未结 13 1221
無奈伤痛
無奈伤痛 2020-11-22 00:14

How do I clear the cin buffer in C++?

13条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 00:17

    cin.get() seems to flush it automatically oddly enough (probably not preferred though, since this is confusing and probably temperamental).

提交回复
热议问题