摘要: 一个例子,自定义exception 继承std::exception 1 class _oct_udp_api_export_ udp_err : public std::exception 2 { 3 public: 4 explicit udp_err(std::string str_err); 阅读全文
posted @ 2020-08-26 15:21 mohist 阅读(329) 评论(0) 推荐(0) 编辑