• 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++ ▶ Standard Template Library Programmer’s Guide

Standard Template Library Programmer’s Guide

March 24, 2006

Standard Template Library Programmer’s Guide is a free online C++ guide by Silicon Graphics, Inc.

Book Description

The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL.

Table of Contents

  • Introduction to the STL
  • How to use the documentation
  • Containers
  • Container classes
  • Iterators
  • Algorithms
  • Function Objects
  • Utilities
  • Memory Allocation
  • Design documents

Download Free PDF / Read Online

Author(s): –
Publisher: Hewlett-Packard Company
Format(s): HTML
Link: Read online.

Similar Books:

  1. Design Guidelines for Class Library Developers
Previous Post: « Unix System Administration
Next Post: Underground »

Primary Sidebar

Get Latest Updates

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

Copyright © 2006–2025 OnlineProgrammingBooks.com