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