What is the Standard Template Library?
Answer / nimish singh
A library of container templates approved by the ANSI committee for inclusion in the standard C++ specification.
A programmer who then launches into a discussion of the generic programming model, iterators, allocators, algorithms, and such, has a higher than average understanding of the new technology that STL brings to C++ programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does it mean to declare a member function as virtual?
What do you mean by friend class & friend function in c++?
Live example for static function?
What is a conversion constructor?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
Is c++ primer good for beginners?
Should I learn c++ c?
What are literals in C++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
what is oops
How java is different from c and c++?
What is pure virtual function?