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 difference between #import and #include in c++?
Mention the purpose of istream class?
What is vectorial capacity?
Can we have "Virtual Constructors"?
How the compilers arranges the various sections in the executable image?
Why do you use the namespace feature?
When there is a global variable and local variable with the same name, how will you access the global variable?
How does c++ structure differ from c++ class?
Why do we use vector in c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is a lambda function c++?
what are the events occur in intr activated on interrupt vector table