What is a message map, and what is the advantage of a
message map over virtual functions?
Answer / raju
Message Map is a logical table that maps the windows
messages to the member functions of the class.
Message map is to avoid following drawbacks:
1) Most windows only process a small number of messages,
yet each window require to giant virtual function table
with the entries of each message.
2) Virtual functions don't handle user defined messages and
other custom cases.
| Is This Answer Correct ? | 12 Yes | 0 No |
how can u change button shape at run time
Can you explaing the relashionship between document,frame and view ?
What is the base class for MFC Framework ?
Types of DLL's
Tell me the different controls in MFC ?
What is the difference between GetMessage and PeekMessage ?
What is Multithreading
what is the updated verssion in vc++
What is the difference between the SDI and MDI
what is the size of a process
how many types of messages are their
What is the difference between the ASSERT and VERIFY macros?