C++ COM ActiveX Question:
Download Questions PDF

What is STL, standard template library?

C++ COM ActiveX Interview Question
C++ COM ActiveX Interview Question

Answer:

The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures

The STL includes the classes vector, list, deque, set, multiset, map, multimap, hash_set, hash_multiset, hash_map, and hash_multimap.

Download C++ COM ActiveX Interview Questions And Answers PDF

Previous QuestionNext Question
What is IUnknown interface?What is OLE?