Jian's Blog
所有文章
分类
标签
友链
留言
关于
我的項目
我的项目
导航
Jian's Blog
取消
所有文章
分类
标签
友链
留言
关于
我的項目
我的项目
导航
C++
114
2023
Effective STL [29] | 需要一个一个字符输入时考虑使用istreambuf_iterator
08-18
Effective STL [28] | 了解如何通过reverse_iterator的base得到iterator
08-17
Effective STL [27] | 用distance和advance把const_iterator转化成iterator
08-17
Effective STL [26] | 尽量用iterator代替const_iterator,reverse_iterator和const_reverse_iterator
08-16
Effective STL [25] | 熟悉非标准散列容器
08-16
Effective STL [24] | 当关乎效率时应该在map::operator[]和map-insert之间仔细选择
08-15
Effective STL [23] | 考虑用有序vector代替关联容器
08-14
Effective STL [22] | 避免原地修改set和multiset的键
08-14
Effective STL [21] | 永远让比较函数对相等的值返回false
08-11
Effective STL [20] | 为指针的关联容器指定比较类型
08-11
Effective STL [19] | 了解相等和等价的区别
08-10
Effective STL [18] | 避免使用vector<bool>
08-09
Effective STL [17] | 使用“交换技巧”来修整过剩容量(仅适用于vector和string)
08-08
Effective STL [16] | 如何将vector和string的数据传给遗留的API
08-07
Effective STL [15] | 小心string实现的多样性
08-04
Effective STL [14] | 使用reserve来避免不必要的重新分配
08-03
Effective STL [13] | 尽量使用vector和string来代替动态分配的数组
08-03
Effective STL [12] | 对STL容器线程安全性的期待现实一些
08-02
Effective C++ (第3版) 精读总结 [4]
07-31
Effective C++ (第3版) 精读总结 [3]
07-31
1
…
3
4
5
6
0%
FixIt 主题在启用 JavaScript 的情况下效果最佳。