摘要: //program 18.2.3.cpp 可变长数组类模板 #include <iostream> #include <cstring> using namespace std; /*类模板CArray*/ template <class T>//T可以被实例化为int/double/float; 阅读全文
posted @ 2024-02-03 19:01 xuchaoxin1375 阅读(45) 评论(0) 推荐(0)