摘要: 一、C++异常基础 1.异常处理机制 C++异常通过throw抛出异常对象,try/catch捕获处理: #include <iostream> #include <exception> using namespace std; int division(int dividend, int divi 阅读全文
posted @ 2025-03-30 20:54 ydqun 阅读(43) 评论(0) 推荐(0)