12 2024 档案

摘要:Task1.cpp 1 #pragma once 2 3 #include <iostream> 4 #include <stdexcept> 5 6 // 声明 7 //////////////////////////////////////////////////// 8 // 复数模板类声明 阅读全文
posted @ 2024-12-21 14:22 dingdong。 阅读(9) 评论(0) 推荐(0) 编辑
摘要:Task1.cpp 1 #include "publisher.hpp" 2 #include <vector> 3 #include <typeinfo> 4 5 using std::vector; 6 7 void test() { 8 vector<Publisher *> v; 9 10 阅读全文
posted @ 2024-12-07 15:49 dingdong。 阅读(4) 评论(0) 推荐(0) 编辑