摘要: 类的初始化、构造函数的定义 当未定义构造函数时会自动生成一个构造函数,默认为空 #include<iostream> using namespace std; class fun{ public: fun(); void show_it(); private: int a; int b; int c 阅读全文
posted @ 2021-05-22 11:10 Xuuxxi 阅读(52) 评论(0) 推荐(0)