平凡的世界

神鹰忽展翅,头顶青天飞
随笔 - 10, 文章 - 0, 评论 - 34, 引用 - 0
数据加载中……

2008年9月16日

[原]QQ2009Preview超级精简DIY

     摘要: QQ的界面广告等无用的元素太多,所以自己试着对其进行精简。声明仅限个人爱好,无意传播。  阅读全文

posted @ 2008-09-16 04:36 西门有悔 阅读(2190) | 评论 (2)编辑 收藏

[原][译] Tips for STL and Generic Programming-关于STL与泛型编程的忠告

     摘要: 说明了关于STL编程的6个有益的忠告,涉及:
1.The Location of Template Definitions --- 模板定义的位置
2.Standard Base Classes for Function Object --- 函数对象的标准基类
3.Storing Dynamically Allocated Objects in STL Containers --- 在标准模板库容器中保存动态生成的对象
4.Treating a Vector as an Array --- 将向量容器看作是数组
5.Dynamic Multidimensional Arrays and Vectors --- 动态多维数组与容器
6.Why You Shouldn't Store auto_ptr Objects in STL Containers --- 为什么不能在标准模板库容器中存储auto_ptr   阅读全文

posted @ 2008-09-16 03:18 西门有悔 阅读(1793) | 评论 (4)编辑 收藏