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 |
plzz tell me what we can do and dont in tally ERP & sap business one?
1)does Frame Thickness in MFC?
How we call a dialog in another dialog?
Given two processes, how can they share memory?
What is the difference between GetMessage and PeekMessage ?
Do you have an idea about MFC?
What is userdefine Messages in MFC?
what do you mean by psychic window?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
How to convert the content of buffer into lower case character.
What are the types of button controls?
what is functioning of DIalodDataXchange ..?