03 2022 档案

摘要:#include <iostream> using namespace std; #define INITIALIZER(f) \ static void f(void) __attribute__((constructor)); \ static void f(void) #define DEIN 阅读全文
posted @ 2022-03-10 18:56 于光远 阅读(49) 评论(0) 推荐(0)
摘要:#include <iostream> using namespace std; class interface{ public: virtual int getAge()=0; virtual int getAge1()=0; }; class person:virtual public inte 阅读全文
posted @ 2022-03-10 15:58 于光远 阅读(83) 评论(0) 推荐(0)
摘要:#include <iostream> #include <iostream> #include <string> class test{ public: test(const std::string _domain,const std::string _interface,const std::s 阅读全文
posted @ 2022-03-10 14:26 于光远 阅读(657) 评论(0) 推荐(0)