MFC Question:
Download Questions PDF

List out the basic features of MFC?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is a message map?How to give color for dialog button or static buuto?