作者:Nicolai M. Josuttis
副书名:A Tutorial and Reference
出版日期:August 06, 1999
出版社:Addison Wesley
页数:832
ISBN:0-201-37926-0
文件格式:CHM
C++ Standard Libraryprovides a set of common classes and interfaces that greatly extend thecore C++ language. The library, however, is not self-explanatory. Tomake full use of its components-and to benefit from their power-youneed a resource that does far more than list the classes and theirfunctions.
The C++ Standard Librarynot only provides comprehensive documentation of each librarycomponent, it also offers clearly written explanations of complexconcepts, describes the practical programming details needed foreffective use, and gives example after example of working code.
This thoroughly up-to-date book reflects the newestelements of the C++ standard library incorporated into the fullANSI/ISO C++ language standard. In particular, the text focuses on theStandard Template Library (STL), examining containers, iterators,function objects, and STL algorithms. You will also find detailedcoverage of special containers, strings, numerical classes,internationalization, and the IOStream library. Each component ispresented in depth, with an introduction to its purpose and design,examples, a detailed description, traps and pitfalls, and the exactsignature and definition of its classes and their functions. Aninsightful introduction to fundamental concepts and an overview of thelibrary will help bring newcomers quickly up to speed.
Comprehensive, detailed, readable, and practical, The C++ Standard Library is the C++ resource you will turn to again and again.