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 |
Explain explicit container.
What is c++ array?
Is there a sort function in c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is long in c++?
What does return 0 do in c++?
What is a container class?
What do you mean by overhead in c++?
Explain the difference between c++ and java.
What is an iterator?
What is the use of function pointer?
What is diamond problem in c++?