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 can server communicate with more than one client
What is difference between the TCP/IP and UDP socket
In VC++ How to transfer between one exe to another exe while running..
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
What does mfc stand for?
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
what is the size of a process
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
What is the difference between hinsrtance and hprevinstance in WinMain function?
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
Types of DLL's