这里摘录一则来自《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 thelibrary, 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.
本书结合入门用户指南和结构化参考手册,详细介绍C++标准库各组件。库组件独立,阅读顺序灵活,从第5章开始介绍同一组件的详细信息。初学者应从第5章开始了解C++标准库概览。
2万+

被折叠的 条评论
为什么被折叠?



