随笔分类 -  C++

C++ STL迭代器失效问题
摘要:迭代器,stl库使用 阅读全文

posted @ 2020-01-01 16:43 寒魔影 阅读(2514) 评论(0) 推荐(2) 编辑

c++ stl bind函数介绍
摘要:stl,bind函数,c11特性,c++回调函数 阅读全文

posted @ 2019-10-13 13:30 寒魔影 阅读(1923) 评论(0) 推荐(0) 编辑

C++ STL排序问题
摘要:vector排序,list排序 阅读全文

posted @ 2019-06-09 13:47 寒魔影 阅读(264) 评论(0) 推荐(0) 编辑

C++ STL堆操作
摘要:stl,make_heap,堆操作 阅读全文

posted @ 2019-04-04 21:36 寒魔影 阅读(8811) 评论(0) 推荐(0) 编辑

C++ 非常量引用无效
摘要:引用,非常量引用注意点 阅读全文

posted @ 2019-01-30 20:11 寒魔影 阅读(673) 评论(0) 推荐(0) 编辑

C++ 智能指针七
摘要:智能指针weak_ptr 阅读全文

posted @ 2019-01-20 12:37 寒魔影 阅读(132) 评论(0) 推荐(0) 编辑

C++ 智能指针六
摘要:智能指针unique_ptr介绍 阅读全文

posted @ 2019-01-20 12:36 寒魔影 阅读(175) 评论(0) 推荐(0) 编辑

C++ 智能指针五
摘要:enable_shared_from_this源码详解,智能指针shared_from_this崩溃问题分析 阅读全文

posted @ 2019-01-20 12:35 寒魔影 阅读(344) 评论(0) 推荐(0) 编辑

C++ 智能指针四
摘要:智能指针enable_shared_from_this模板类使用 阅读全文

posted @ 2019-01-20 12:33 寒魔影 阅读(183) 评论(0) 推荐(0) 编辑

C++ 智能指针三
摘要:智能指针shared_ptr循环引用 阅读全文

posted @ 2019-01-20 12:31 寒魔影 阅读(139) 评论(0) 推荐(0) 编辑

C++ 智能指针二
摘要:智能指针shared_ptr注意点,使用场景 阅读全文

posted @ 2019-01-20 12:30 寒魔影 阅读(136) 评论(0) 推荐(0) 编辑

C++ 智能指针一
摘要:智能指针shared_ptr,shared_ptr初始化,基本方法 阅读全文

posted @ 2019-01-20 12:29 寒魔影 阅读(191) 评论(0) 推荐(0) 编辑

C++ 函数指针
摘要:类的静态方法函数指针,类的实例方法函数指针 阅读全文

posted @ 2018-12-27 21:08 寒魔影 阅读(446) 评论(0) 推荐(0) 编辑

C++ 拷贝构造函数之const关键字
摘要:拷贝构造函数,const关键字,系统默认拷贝构造函数 阅读全文

posted @ 2018-11-18 00:01 寒魔影 阅读(1086) 评论(0) 推荐(0) 编辑

C++ operator关键字详解
摘要:operator关键字,隐式类型转换,operator用法示例 阅读全文

posted @ 2018-11-10 09:13 寒魔影 阅读(5012) 评论(0) 推荐(1) 编辑

C++ STL容器分类介绍
摘要:STL容器分类介绍,序列和关联容器的删除操作示例,List,头文件总结 阅读全文

posted @ 2018-10-30 23:54 寒魔影 阅读(397) 评论(0) 推荐(0) 编辑

C++ StringBuilder类
摘要:stringbuilder,注意点,几点说明 阅读全文

posted @ 2018-10-14 11:09 寒魔影 阅读(2611) 评论(0) 推荐(0) 编辑

C++ 定时器任务类实现
摘要:任务类,定时器,select版定时器 阅读全文

posted @ 2018-08-02 22:30 寒魔影 阅读(6430) 评论(1) 推荐(0) 编辑

C++ vector清空元素的三种方法
摘要:STL库,vector的使用 阅读全文

posted @ 2018-07-19 21:58 寒魔影 阅读(53771) 评论(3) 推荐(2) 编辑

C++ 结构体初始化
摘要:结构体,初始化方式 阅读全文

posted @ 2018-07-18 21:08 寒魔影 阅读(837) 评论(0) 推荐(0) 编辑

导航