Limit this search to....

Using the STL: The C++ Standard Template Library 2000 Edition
Contributor(s): Robson, Robert (Author)
ISBN: 0387988572     ISBN-13: 9780387988573
Publisher: Springer
OUR PRICE:   $104.49  
Product Type: Paperback
Published: December 1999
Qty:
Annotation: The standard template library (STL) for C++ has been adopted by the ANSI committee for the standardization of C++ and is rapidly becoming required knowledge for all C++ programmers. This book provides a comprehensive guide to the STL, pitched at the level of readers already familiar with C++. It presents a thorough overview of the capabilities of the STL, detailed descriptions of how the algorithms may be used, and how the STL may be extended. 34 illustrations.
Additional Information
BISAC Categories:
- Computers | Programming Languages - C++
- Computers | Compilers
- Computers | Expert Systems
Dewey: 005.133
LCCN: 99026377
Physical Information: 1.12" H x 7.03" W x 9.23" (2.10 lbs) 594 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
A lot has happened since the first edition of this book was written. When the first edition was prepared, there was only one version of the Standard Template Library (STL) available-the Hewlett-Packard version. Since then, several other versions have appeared from major compiler and library vendors. This is in an effort to conform to the recent International Standards Organization/International Electrotechnical Commission (ISO/IEC) C++ standards, which define the STL as part of the Standard C++ Library. As expected, the STL is becoming widely available and an accepted part of C++ program development. This is good. Unfortunately, the proliferation of implementations makes it difficult to exactly define the STL. We now have mul- tiple implementations, many of which are slightly incompatible with one another. The reasons for this are largely due to different capabilities of the compilers on which they are implemented. Many compilers do not implement the most recent features of the language since production of standards often precedes conform- ing implementations by many months. This will improve over time as the com- pilers add the necessary capabilities to support the full STL.