摘要: //program 14.4.1.cpp 派生类的构造函数和析构函数调用顺序 #include <iostream> #include <string> using namespace std; class CBug { int legNum,color; int No ; public: /*利用 阅读全文
posted @ 2023-05-09 22:25 xuchaoxin1375 阅读(44) 评论(0) 推荐(0)