2021年11月28日
摘要: C++ 类定义 一个例子: class test1{ private: int data1; protected: int data2; public: int data3; test1():data1(1),data2(2),data3(3){ } explicit test1(int a,int 阅读全文
posted @ 2021-11-28 13:56 Desktop 阅读(95) 评论(0) 推荐(0)