InterviewSolution
| 1. |
What Is The Standard Template Library (stl)? |
|
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. 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. |
|