摘要: myvector.h 1 #pragma once 2 #include <initializer_list> 3 #include <iostream> 4 using namespace std; 5 6 template<class T> 7 class myvector 8 { 9 publ 阅读全文
posted @ 2018-04-03 22:02 喵小喵~ 阅读(136) 评论(0) 推荐(0) 编辑
摘要: string.h 1 #pragma once 2 #include <string> 3 #include <cstdlib> 4 #include <functional> 5 using namespace std; 6 7 class outofrange 8 { 9 10 }; 11 12 阅读全文
posted @ 2018-04-03 19:10 喵小喵~ 阅读(254) 评论(0) 推荐(0) 编辑