• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ C++ ▶ Designing Components with the C++ STL

Designing Components with the C++ STL

March 24, 2006

Designing Components with the C++ STL

Designed with the aim to introduce the reader to the STL and show how this resource can be exploited, and extend its use to the construction of new components. Represents a breakthrough in C++ programming techniques.

Book Description

One reason for the success of C++ is that today a large number of libraries is available on the market which greatly facilitate the development of programs, because they offer reliable and well-proven components. A particularly carefully constructed library is the Standard Template Library, which has been developed at Hewlett-Packard by Alexander Stepanov, Meng Lee, and their colleagues. It has been accepted by the ANSI/ISO committee as part of the C++ Standard ISO/IEC 14882.

The emphasis of the STL is on data structures for containers, and the algorithms that work with them. The technical reference document of the STL (Stepanov and Lee,1995) has practically, with some modifications, become a part of the C++ Standard. Both are the basis for the first two parts of this book.

Table of Contents

  • The concept of the C++ Standard Template Library
  • Iterators
  • Containers
  • Abstract data types
  • Standard algorithms
  • Set operations on associative containers
  • Fast associative containers
  • Various applications
  • Vectors and matrices
  • External sorting
  • Graphs

Download Free PDF / Read Online

Author(s): Ulrich Breymann
Format(s): PDF
File size: 1.36 MB
Number of pages: 308
Link: Download.

Similar Books:

  1. Standard Template Library Programmer’s Guide
  2. Standard C++ Library Reference
  3. Application Architecture for .NET: Designing Applications and Services
  4. C++ Interval Arithmetic Programming Reference
  5. Java AWT Reference
Previous Post: « Partial Evaluation and Automatic Program Generation
Next Post: The Linux Cookbook: Tips and Techniques for Everyday Use »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2023 OnlineProgrammingBooks.com