您的位置:首页 > 其它

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

2011-07-05 11:13 183 查看
这里摘录一则来自《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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: