04 2020 档案

摘要:1.实现 #include <iostream> #include <vector> using namespace std; template<class T> void merge(vector<T>& a, int left, int mid, int right) { vector<T> t 阅读全文
posted @ 2020-04-08 11:52 强威 阅读(151) 评论(0) 推荐(0) 编辑
摘要:share_ptr 简单实现: #include <iostream> using namespace std; template<class T> class SmartPtr { public: SmartPtr(T* ori_ptr); ~SmartPtr(); SmartPtr(SmartP 阅读全文
posted @ 2020-04-04 12:58 强威 阅读(221) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示