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 |
What is the difference between the ASSERT and VERIFY macros?
how many types of classes are ther,what are that
What is the difference between regular dlls and extended dlls?
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it
1)set the Title for The File DialogBox, in MFC?
What is a critical section and how is it implemented?
Given two processes, how can they share memory?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
What is document-view architecture ? Give me one real time example for SDI ?
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
Explain the flow of SDI application?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers