Tell us something about MFC?
Answers were Sorted based on User's Feedback
Answer / arvin
The Microsoft Foundation Class (MFC) Library is a collection
of classes written in the C++ that can be used in building
application programs.
It allows developers to more easily work with Windows
operating systems and in developing Windows applications.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sandeep.n.a
MFC is the C++ class library Microsoft provides to place an
object-oriented wrapper around the Windows API.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mushtaq ahmad
The Microsoft Foundation Classes Library is arguably the
most distinguishing component of the Visual C++ development
system. This vast collection of C++ classes encapsulates
most of the Win32 API and provides a powerful framework for
typical (and not so typical) applications.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / archana pradeep
MFC is a system of C++ classes designed to make Windows
programming easier and quicker.
It consists of a multi-layered class hierarchy that defines
approximately 200 classes.These classes allows to construct
a Windows application using object-oriented principles.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shivali
It is a collection of C++ classes that encapsulates most of
the Win32 API and provides a powerful framework for easier
and faster application development.
Advantages-
1. Reusability of code
2. MFC programs are highly portable
3. Organizes win APIs into structured hierarchy
4. Provides ganeral-purpose classes that can be used
by windows/non-windows applications
| Is This Answer Correct ? | 3 Yes | 1 No |
1)MFC means (M)icrosoft (F)oundation (C)lasses
2)which is a Framework for doing Dialog Based Applicationa and Web Based Application.
3)which is wrapper of Win32 API.
4)which is embedded with all kind of Hardware Devices.
5)re-use of coding.
6)which is having Dynamic DLLs.
7)it supports OOP concepts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / swati gupta
mfc is a microsoft foundation class. these are written in
c++ .mfc is in dll form.mfc allow the programmer to write
the less code because it provide in function which are
ready to use.
it provide reusability of code.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the use of CObject::Dump function ?
1) Enable or disable a Cancel button at run time?
If application hangs while SendMessage is waiting for the result, how you handle it?
Which CPrintInfo member variable must be set for multiple page printouts?
Given two processes, how can they share memory?
1)does Frame Thickness in MFC?
What is LoadLibrary function returns?
What is the range of intensity of RGB
What are the advantages of using Doc/View or SDI over DialogBox
Does the application have more than one object? If Yes, Briefly explain.
What is a message map, and what is the advantage of a message map over virtual functions?
what if we provide two message handler for same message ?