摘要: 1.复制构造函数 默认构造函数:Widget(); 复制构造函数copy constructor Widget(const Widget& rhs); 拷贝复制运算符constructor assignment operator Widget & operator=(const Widget &rh 阅读全文
posted @ 2024-11-07 19:34 zhongta 阅读(16) 评论(0) 推荐(0)