List out the basic features of MFC.
Answers were Sorted based on User's Feedback
Answer / ranjana sethi
Object Oriented Approach
Complete framework for windows programming
Encapsualtion of windows API
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / sri ramani
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
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / ganeshkumar
new container
polymorphic wrapping
expression passing
Smart Pointer
| Is This Answer Correct ? | 14 Yes | 7 No |
Answer / yogesh bharate
1. MFC avoid the reverse engineering of software.
2. Fast as compared to other language.
3. Need not to run on any framework.
4. Provides the abstraction
| Is This Answer Correct ? | 1 Yes | 2 No |
How can i implement the dynamic menus in MFC plz give the code
Types of DLL's
How to update windows title bar dynamically?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
1)How to load an icon on a button as Dynamically ?
What is Multithreading
1) How do you Destroy a Dialog Box ?
What is userdefine Messages in MFC?
1)set the Title for The File DialogBox, in MFC?
What is the difference between GetMessage and PeekMessage ?
What is the difference between OnInitialUpdate and OnUpdate?
What is model and modeless dialog box ? Give some examples?