摘要: Building Browser Helper Objects with Visual Studio 2005 阅读全文
posted @ 2009-12-20 10:56 shengjin 阅读(661) 评论(0) 推荐(0)
摘要: 我的电脑是在跑步还是在散步的一点想法。 阅读全文
posted @ 2009-12-18 17:49 shengjin 阅读(236) 评论(0) 推荐(0)
摘要: ZOJ 1001 A + B Problem code 阅读全文
posted @ 2009-12-18 14:38 shengjin 阅读(223) 评论(0) 推荐(0)
摘要: 内置对象手工初始化,构造函数成员初值列,以local static对象替换non-local static对象。 阅读全文
posted @ 2009-12-11 21:26 shengjin 阅读(452) 评论(0) 推荐(0)
摘要: 尽可能使用const,详细的描述了const的用法。 阅读全文
posted @ 2009-11-21 20:30 shengjin 阅读(455) 评论(0) 推荐(0)
摘要: 仔细分析了自己近一段时间学习方法存在的问题,并提出了应该如何应对的方法。 阅读全文
posted @ 2009-11-20 11:17 shengjin 阅读(268) 评论(0) 推荐(0)
摘要: 尽量以const, enum, inline替换#define,宁可以编译器替换预处理器。 阅读全文
posted @ 2009-11-20 11:02 shengjin 阅读(468) 评论(0) 推荐(0)
摘要: 视C++为一个语言联邦,四个次语言C,Object-Oriented C++,Template C++,STL。 阅读全文
posted @ 2009-11-20 10:37 shengjin 阅读(242) 评论(0) 推荐(0)
摘要: Effective C++ 导读部分对一些概念如:声明式,签名式,初始化,STL等进行了解释与说明,这些是C++的基本词汇。 阅读全文
posted @ 2009-11-20 10:17 shengjin 阅读(297) 评论(0) 推荐(0)