c++学习第八天--模板相关学习泛型编程
摘要:类模板基础 #define _CRT_SECURE_NO_WARNINGS #include<iostream> using namespace std; #include <string> template<class NAMETYPE, class AGETYPE = int > //类模板中
阅读全文
posted @ 2023-07-08 20:24
posted @ 2023-07-08 20:24