C++ COM ActiveX Question: Download C++ COM ActiveX PDF

Define STL, standard template library?

Tweet Share WhatsApp

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.

Download C++ COM ActiveX PDF Read All 22 C++ COM ActiveX Questions
Previous QuestionNext Question
Why does COM need GUIDs?Explain object serialization?