What is standard template library?

Answer

Standard Template Library (STL) is part of the C++ standard library.

The <i>template</i> concept in C++ allows to define generic classes which may then be brought to life with concrete types. For example, one could define a template <i>list</i> with repective methods and operators (including an element to a list, finding an element, ...) without specifying the concrete type of the list elements. Later on, one simply defines, e.g., a list of adresses by first defining the class <i>address</i> and then defining a new class as list of this address type.

Improve Answer Discuss the question "What is standard template library?" Watch Question

First answer by Chockemeyer. Last edit by Chockemeyer. Contributor trust: 18 [recommend contributor]. Question popularity: 19 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > What is standard template library?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
Java standard class library?  How do you use C Standard Template Library?  What is the meaning of standard library funtions?