C++ Programming Question: Download C++ Programming PDF

What are 2 ways of exporting a function from a DLL?

Tweet Share WhatsApp

Answer:

1.Taking a reference to the function from the DLL instance.
2. Using the DLL ’s Type Library

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What do you mean by binding of data and functions?What is the difference between an object and a class?