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 insertion sorting?
Is there something that we can do in C and not in C++?
Differentiate between a template class and class template?
Which operator cannot be overloaded c++?
What is the difference between #import and #include?
Write a Program to find the largest of 4 no using macros.
Is there a datatype string in c++?How is the memory allocation?
Incase of a function declaration, what is extern means?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
Is there structure in c++?
What is the average salary of a c++ programmer?
What is c++ iterator?