Answer Posted / nashiinformaticssolutions
• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which sort does c++ use?
Should I learn c or c++ first?
How do you declare a set in c++?
What is iterator c++?
Explain the differences between private, public and protected and give examples.
What is the role of static keyword for a class member variable?
How the delete operator differs from the delete[]operator?
What is the difference between struct and class?
What does iomanip mean in c++?
What are the unique features of C++.
Why is c++ still used?
What is the difference between set and map in c++?
What are protected members in c++?
What are files in c++?
Does c++ have foreach?