C++ Programming Question:
Download Questions PDF

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

Answer:

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

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What do you mean by binding of data and functions?What is the difference between an object and a class?