EverSpring working shop

To pursue creative ideas based on nature.

统计

留言簿(1)

他山之石

阅读排行榜

评论排行榜

Notes

Daily study notes from those classic books, or any other kinds of resources.
TOC for Introduction to Algorithms
     摘要: The table of content for book introduction to algorithm  阅读全文

posted @ 2011-06-02 14:32 everspring79 阅读(256) | 评论 (0)  编辑

Make and install the Loki library at Linux

posted @ 2009-06-30 17:53 everspring79 阅读(403) | 评论 (0)  编辑

面试中碰到的一个C++陷阱

posted @ 2009-03-17 22:01 everspring79 阅读(3187) | 评论 (21)  编辑

Some notes about dynamic polymorphism (by virtual) and static polymorphism (by template)

posted @ 2009-03-08 17:25 everspring79 阅读(353) | 评论 (0)  编辑

const type * ptr_name and the type * const ptr_name

posted @ 2009-02-22 14:59 everspring79 阅读(253) | 评论 (1)  编辑

The Remark of Usage for ++ and --

posted @ 2009-02-21 20:00 everspring79 阅读(293) | 评论 (1)  编辑

How to Compile/Test Loki source code in Linux
     摘要: This is a note about how to compile the Loki open source files in the linux, by controlling the compiling path.  阅读全文

posted @ 2009-02-15 19:43 everspring79 阅读(1606) | 评论 (4)  编辑

The topics MUST be solved in the 1-2 weeks

posted @ 2008-05-25 00:02 everspring79 阅读(266) | 评论 (0)  编辑

Patten review status (08wk01)

posted @ 2008-01-06 20:19 everspring79 阅读(173) | 评论 (0)  编辑

Virtual Constructor
     摘要: Very short notes for the virtual constructor usage.  阅读全文

posted @ 2008-01-05 23:55 everspring79 阅读(519) | 评论 (0)  编辑

Some notes about the Factory Patterns
     摘要: A little summary about understanding the Factory Pattern, by my own words.  阅读全文

posted @ 2007-12-11 22:55 everspring79 阅读(352) | 评论 (1)  编辑

Constructor usgae in the base type and the derived type
     摘要: When the constructor of the derived class is defined, we should consider and ensure how the base type is initialized:   阅读全文

posted @ 2007-10-21 23:29 everspring79 阅读(255) | 评论 (0)  编辑

The access label transition during the Public / Protected / Private Inheritance

posted @ 2007-10-21 18:21 everspring79 阅读(141) | 评论 (0)  编辑

Call Super Function in the Override function of the derived class

posted @ 2007-10-21 18:07 everspring79 阅读(335) | 评论 (0)  编辑

Reading Notes - C++ Primer, 4th Edition

posted @ 2007-10-07 16:27 everspring79 阅读(154) | 评论 (0)  编辑

Full Notes Archive