cpp-primer-8:exception 2017-04-20 read-notescpp-primer exception 异常处理1234567try{ xxxx throw X_Exception("");}catch(E_Exception &e){ cout<<e.what()<<endl;} 最后更新时间:2024-06-24 11:58:21 转载请注明:http://devhc.com/read-notes/cpp-primer/read-notes-cpp-primer-cpp-primer-8-exception/ 赏 Prev cpp-primer-7:class Next cpp-primer-9:template