C++ Programming Question: Download C++ Programming PDF

What is the Standard Template Library (STL)?

Tweet Share WhatsApp

Answer:

A library of container templates approved by the ANSI committee for inclusion in the standard C++ specification.
A programmer who then launches into a discussion of the generic programming model, iterators, allocators, algorithms, and such, has a higher than average understanding of the new technology that STL brings to C++ programming.

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What is an explicit constructor?Describe run-time type identification.