怎么的阅读方式才是值得借鉴的?

这里摘录一则来自《The C++ Standard Library》的一部分文字:


This book is a mix of introductory user's guide and structured reference manual regarding the

C++ standard library. The individual components of the C++ standard library are independent of

each other, to some extent, so after reading Chapters 2 through 4 you could read the chapters that

discuss the individual components in any order. Bear in mind, that Chapter 5 through Chapter 9 all

describe the same component. To understand the other STL chapters, you should start with the

introduction to the STL in Chapter 5.

If you are a C++ programmer who wants to know, in general, the concepts and all parts of the
library, you could simply read the book from the beginning to the end. However, you should skip
the reference sections. To program with certain components of the C++ standard library, the best
way to find something is to use the index.
I have tried to make the index very comprehensive to
save you time when you are looking for something.

posted @ 2011-07-05 11:13  Podevor  阅读(135)  评论(0编辑  收藏  举报