Encyclopedia > Standard template library

  Article Content

Standard Template Library

Redirected from Standard template library

The Standard Template Library (STL) 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[?].



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
1904

... 1890s - 1900s - 1910s 1920s 1930s 1940s 1950s Years: 1899 1900 1901 1902 1903 - 1904 - 1905 1906 1907 1908 1909 See also: 1904 in film 1904 in literature ...

 
 
 
This page was created in 26.9 ms