2007年05月
[26] Built-in / intrinsic / primitive data types阅读全文>
发表于 @ 2007年05月31日 22:57:00|评论(loading...)|编辑
[17] Exceptions and error handling阅读全文>
发表于 @ 2007年05月31日 22:57:00|评论(loading...)|编辑
[25] Inheritance — multiple and virtual inheritance阅读全文>
发表于 @ 2007年05月31日 22:56:00|评论(loading...)|编辑
[24] Inheritance — private and protected inheritance阅读全文>
发表于 @ 2007年05月31日 22:55:00|评论(loading...)|编辑
[22] Inheritance — abstract base classes (ABCs)阅读全文>
发表于 @ 2007年05月31日 22:54:00|评论(loading...)|编辑
[23] Inheritance — what your mother never told you阅读全文>
发表于 @ 2007年05月31日 22:54:00|评论(loading...)|编辑
[20] Inheritance — virtual functions阅读全文>
发表于 @ 2007年05月31日 22:53:00|评论(loading...)|编辑
[21] Inheritance — proper inheritance and substitutability阅读全文>
发表于 @ 2007年05月31日 22:53:00|评论(loading...)|编辑
[33] Pointers to member functions阅读全文>
发表于 @ 2007年05月31日 22:46:00|评论(loading...)|编辑
Lesson 12 Life on a desert island
1. wish / 阅读全文>
发表于 @ 2007年05月24日 21:30:00|评论(loading...)|编辑
Lession 11. No Guilty
fairly,quite, rather, great, very, extremely, completely, absolutely, particulary阅读全文>
发表于 @ 2007年05月24日 21:19:00|评论(loading...)|编辑
Lesson 10. The loss of Titanic, 1. 过去完成时; 2. 大的表示 (large / big / great / huge / immense / enormous / tremendous / titanic); 3. even by (according to) 在客观事情上, to my opinion (主观)
4. 动词为名称后缀: +er (行为主动者,做事的人) +ish(主义信仰者,职业从事者, 研究的人) +ness(表示一种性质,情况和状态) +ion, +ity阅读全文>
发表于 @ 2007年05月22日 22:56:00|评论(loading...)|编辑
Effective STL 条款45 注意count、find、binary_search、lower_bound、upper_bound和equal_range的区别 阅读全文>
发表于 @ 2007年05月22日 22:04:00|评论(loading...)|编辑
Effective STL Item 43:优先使用STL泛型算法以取代手写循环阅读全文>
发表于 @ 2007年05月22日 21:59:00|评论(loading...)|编辑
候捷说,对于STL,程序员有三个境界,开始是使用STL,然后是理解STL,最后是补充STL。Effective STL是一本非常好的书,帮助你更好的理解STL,其作者就是《Effective C++》一书的作者。如果你已经初步了解了STL的容器、迭代器、算法和函数,而又想更好的了解STL,那么《Effective STL》是你的最佳选择。 还有一部分没有找到链接,如果再找不到我会自己试着翻译一下:)阅读全文>
发表于 @ 2007年05月22日 21:51:00|评论(loading...)|编辑
Lesson 9 Flying Cats
1. New Words: facinate, affect ->affection -> affectionate -> affectionately, submit -> submission -> submissive, depend -> dependence -> independent -> independence
2. the difference of die of / dei from
3. 双重否定;
4. the more ... the more ... stucture
5. have learn to : be accustomed to
6. suffer from:
7. that 引导同位语从句
One of theings that xxx is xxx that xxx阅读全文>
发表于 @ 2007年05月21日 23:11:00|评论(loading...)|编辑
Lession 4 the Double life of Alfred bloggs阅读全文>
发表于 @ 2007年05月18日 15:31:00|评论(loading...)|编辑
Strategy: Encapsulates an algorithm inside a class阅读全文>
发表于 @ 2007年05月18日 14:18:00|评论(loading...)|编辑
State: Alter an object's behavior when its state changes
阅读全文>
发表于 @ 2007年05月18日 14:17:00|评论(loading...)|编辑
Observer: A way of notifying change to a number of classes阅读全文>
发表于 @ 2007年05月18日 14:15:00|评论(loading...)|编辑
Memento: Capture and restore an object's internal state
阅读全文>
发表于 @ 2007年05月18日 14:13:00|评论(loading...)|编辑
Mediator: Defines simplified communication between classes阅读全文>
发表于 @ 2007年05月18日 14:11:00|评论(loading...)|编辑
Decorator Pattern is a very important pattern. 阅读全文>
发表于 @ 2007年05月18日 13:52:00|评论(loading...)|编辑
Adapter pattern is a Structural Pattern阅读全文>
发表于 @ 2007年05月18日 13:42:00|评论(loading...)|编辑
Prototype is a very easy pattern.阅读全文>
发表于 @ 2007年05月18日 13:37:00|评论(loading...)|编辑
Factory is different from the Abstract Factory.阅读全文>
发表于 @ 2007年05月18日 13:23:00|评论(loading...)|编辑
a example for abstract factory pattern阅读全文>
发表于 @ 2007年05月18日 13:18:00|评论(loading...)|编辑