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 |
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
What is userdefine Messages in MFC?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
how do u identify RTTI in vc++
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
What is CArchive class dowes?
1)How to create ToolTip in MFC?
What is the difference between the ASSERT and VERIFY macros?
What is the size of class
How to update windows title bar dynamically?
List out the parameters of WinMain Function.