C++ primer 習題8.3

#include<iostream> #include<stdexcept> using namespace std; std::istream &get(std::istream &in) { int ival; while(in >> ival,!in.eof()){ if(in.bad()) throw std::runtime_error("IO system corrupt
相關文章
相關標籤/搜索