community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Standard Template Library


Message boards   Post comment

Standard Template Library

The Standard Template Library (STL) is a software library; it is part of the C++ Standard Library describing containers, iterators and algorithms.

The STL has been a major improvement for C++ programmers: it gives the user a ready-made set of common classes, like vectors and associative arrays, that can be used with any built-in type, and even with user-defined classes with the overloading of a few operators.

The STL can achieve this result with its heavy use of templates. While very powerful, the resulting complicated code was (and sometimes still is) a problem for many different compilers, that sometimes failed to compile valid constructs, produced invalid code or required the programmer extra effort to get everything right.

The C++ Standard Library is defined by ISO/IEC 14882.

External link

Referenced By

ANSI C standard library | C Plus Plus | C Plus Plus programming language | C Standard Library | C string | Cplusplus | Dynamic Link Library | Library (computer science) | Library (computing) | Library (software) | Library routine | List | P programming language | Programming library | Quicksort | Standard C library | String | Template--oop | Template (programming) | Templates (programming)

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Standard Template Library".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.