C++ COM ActiveX Question:

Define STL, standard template library?

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

Answer:

STL contains classes, algorithms, and iterators. It contains set of ready to use C++ classes that can be used with built in type and user defined operations. STL uses templates to achieve the results.


Previous QuestionNext Question
Why does COM need GUIDs?Explain object serialization?