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 a volatile variable in c++?
List the issue that the auto_ptr object handles?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Why do C++ compilers need name mangling?
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
What is a constant reference?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is general form of pure virtual function? Explain?
Why c++ is called oop?
What is Virtual Inheritance?
How would you obtain segment and offset addresses from a far address of a memory location?