C++Primer(第八章课后习题程序题源代码)

8.1ios #include<iostream> #include<stdexcept> using namespace std; istream & f(istream & in) { int v; while (cin >> v, !in.eof()) { if (in.bad()) throw runtime_error(
相关文章
相关标签/搜索