02 2023 档案

摘要:C++ 类的构造与析构###简单的继承类 #ifndef virtualFuntion_hpp #define virtualFuntion_hpp #include <stdio.h> class SValue { public: SValue() { printf("SValue init\n"); }; ~SVal 阅读全文
posted @ 2023-02-24 15:20 严_青 阅读(16) 评论(0) 推荐(0)