Effective STL 学习笔记 Item 26: Prefer Iterator to reverse_iterator and const_rever_itertor Table of Contents 1. Iterator 的类型 2. 迭代器之间的转换 3. Iterator is Special 4. 总结: 1 Iterator... Read More
posted @ 2013-11-05 22:08 英超 Views(373) Comments(0) Diggs(0) Edit
Effective API Design Table of Contents 1. Foreword 2. Process of API Design 3. General Principles 4. Classes Deisgn 5. Method Design 6. Exceptions Design 7. Refactoring API Design ... Read More
posted @ 2013-11-05 18:53 英超 Views(327) Comments(0) Diggs(0) Edit
Effective STL 学习笔记: Item 22 ~ 24 Table of Contents 1. 避免 \(set \& multiset\) 在原位改变 Key 2. Consider replacing associative containers with sorted vectors 3. Choose carefully betwe... Read More
posted @ 2013-11-05 10:57 英超 Views(257) Comments(0) Diggs(0) Edit