MFC Question: Download MFC PDF

List out the basic features of MFC?

Tweet Share WhatsApp

Answer:

new container
polymorphic wrapping
expression passing
Smart Pointer

1.Application Framework: The MFC library framework includes its own application structure-one that has been proved in many software environments.App wizard generates skeleton code for your entire application, and class wizard generates prototypes and function bodies for message handlers.
2.Message Mapping
3.Runtime class information
4.Serialization

Download MFC PDF Read All 26 MFC Questions
Previous QuestionNext Question
What is a message map?How to give color for dialog button or static buuto?