摘要: 实验任务1 源代码 T.cpp #include "T.h" #include <iostream> #include <string> // 类T实现 // static成员数据类外初始化 const std::string T::doc{"a simple class sample"}; con 阅读全文
posted @ 2025-10-28 21:44 勤垦原 阅读(8) 评论(2) 推荐(0)