What is the standard template library (stl)?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators.
| Is This Answer Correct ? | 0 Yes | 0 No |
• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of C++ shorthand's?
What is the most useful programming language?
Compare compile time polymorphism and Runtime polymorphism
What is the Standard Template Library?
What c++ is used for?
Write about the local class and mention its use?
Is atoi safe?
What apps are written in c++?
What is a virtual destructor?
What are the stages in the development cycle?
Explain how overloading takes place in c++?
Does c++ have arraylist?