【c++】流狀態的查詢和控制

源自 c++primer 4th, 248頁 代碼 #include <iostream> #include <limits> #include <stdexcept> using namespace std; int main() { int ival; while(cin >> ival, !cin.eof()) { cout << "hello:"
相關文章
相關標籤/搜索