InterviewSolution
Saved Bookmarks
| 1. |
What Is The Stl? |
|
Answer» It's a sophisticated and POWERFUL LIBRARY of template classes and template functions that IMPLEMENT many common data structures and algorithms, and forms part of the C++ Standard Library. It's a sophisticated and powerful library of template classes and template functions that implement many common data structures and algorithms, and forms part of the C++ Standard Library. |
|