平凡的世界

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

09 2008 档案

[原]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)  编辑

[原]配置使用Oracle InstantClient

posted @ 2008-09-15 23:35 西门有悔 阅读(5449) | 评论 (0)  编辑

[原][译] Tips for Better Coding Style --- 关于更好的编程风格的建议
     摘要: 关于C++编程风格的几个忠告:
Tip 1: “iostream.h"or“iostream”?
Tip 2: Binding a Reference to an R-Value
Tip 3: Comma-Separated Expressions
Tip 4: Calling a Function Before Program's Startup  阅读全文

posted @ 2008-09-15 23:13 西门有悔 阅读(2389) | 评论 (12)  编辑