C++ 自定义错误类
摘要:
#include <iostream> #include <exception> using namespace std; struct MyException : public exception { const char * what () const throw () { return "C+ 阅读全文
posted @ 2019-01-24 17:21
小小鸟儿!
阅读(843)
评论(0)
推荐(0)
浙公网安备 33010602011771号