Get premium membership and access questions with answers, video lessons as well as revision papers.

How does the STL make it easier for a programmer more reliable C++ programs?

      

How does the STL make it easier for a programmer to create more reliable C++ programs.

  

Answers


Davis
The STL provides off-the-shelf, debugged versions of many common data structures and algorithms.Because the STL classes are templatized, they can be used with any type of data.
Githiari answered the question on February 13, 2018 at 13:29


Next: Describe the function of mutable in a computer program.
Previous: Define a container, an iterator, and an algorithm as they relate to the STL in a computer program.

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions