What is the use of message map? Advantages of a message map.



What is the use of message map? Advantages of a message map...

Answer / Tabassum

Message maps in MFC (Microsoft Foundation Classes) are used to associate a command with the corresponding function. They provide an efficient way to handle messages sent to window classes. An advantage of using a message map is that it simplifies the code by automating the processing of common windows messages, making it easier to write and maintain applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VC++ AllOther Interview Questions

What is type-safety?

1 Answers  


Difference between getmessage, postmessage & peakmessage.

1 Answers  


Do I need microsoft visual c++ on my computer?

1 Answers  


What are the two forms of the #include preprocessor directive?

1 Answers  


What is visual c++ redistributable?

1 Answers  


How do I change visual code font?

1 Answers  


what are the advantages of VC++ design environment

1 Answers  


What is microsoft visual c++ 2008 redistributable and do I need it?

1 Answers  


How do I remove microsoft visual c++ 2015 redistributable?

1 Answers  


What is the difference between the client and non-client areas?

2 Answers  


What is splitter window in vc++?

1 Answers  


What is mfc in vc++?

1 Answers  


Categories