answersLogoWhite

0


Best Answer

The term "expansion of MFC" is meaningless. Note that the Microsoft Foundation Classes (MFC) library has nothing to do with C++. The MFC is a library designed by Microsoft for use in Microsoft Visual C++.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is expansion of mfc in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you install the mfc feature in visual c plus plus 2005 or 08 or 10?

MFC is installed by default. To use it, start a new project and select MFC Application, MFC DLL, or MFC ActiveX Control, as appropriate, and follow the application wizard prompts.


What is difference between visual c plus plus and mfc?

That is like comparing apples and trees... Visual C++ is a development environment that allows one to program in C++, which is a language. MFC (Microsoft Foundation Classes) is a library to allows one to use C++ to write MS Windows programs using a particular set of API-like calls. It is a library, not a language. The two cannot really be compared, as they are too different in scope.


Where can you download MFC include files?

In short, you cannot legally download the Microsoft Foundation Classes (MFC) library for free. The only way to obtain it is to purchase a Microsoft Visual C++ product as it is not provided with the free Microsoft Visual C++ Express. Note that although Borland licenced the MFC library at one time, for use in Borland Turbo C++, they never fully integrated with MFC and eventually dropped it altogether in favour of their proprietary Visual Component Library (VCL) which replaced the Object Windows Library (OWL) that Borland had used prior to licencing MFC. No other C++ product licenced the MFC library. Note also that the MFC library is simply a wrapper for portions of the Windows API and was originally called Application Framework Extensions, hence the use of the abbreviation AFX rather than MFC throughout the library.


Can you declare a method within a method in c or c plus plus?

C: there are no methods in C. C++: no.


What is MFC?

MFC is the Microsoft Foundation Class library which provides the Windows Application Framework Extensions (AFX). The library is really nothing more than a class wrapper to make it easier to work with the Windows API using C++ classes. Although still used today it has largely been replaced by the .NET framework.

Related questions

How do you install the mfc feature in visual c plus plus 2005 or 08 or 10?

MFC is installed by default. To use it, start a new project and select MFC Application, MFC DLL, or MFC ActiveX Control, as appropriate, and follow the application wizard prompts.


Why you use cwinApp in vc plus plus?

CWinApp is the MFC base class from which all MFC applications are derived. It encapsulates all the common attributes and operations of an MFC application, many of which can be overridden to provide more specialised behaviour.


What is difference between visual c plus plus and mfc?

That is like comparing apples and trees... Visual C++ is a development environment that allows one to program in C++, which is a language. MFC (Microsoft Foundation Classes) is a library to allows one to use C++ to write MS Windows programs using a particular set of API-like calls. It is a library, not a language. The two cannot really be compared, as they are too different in scope.


Where can you download MFC include files?

In short, you cannot legally download the Microsoft Foundation Classes (MFC) library for free. The only way to obtain it is to purchase a Microsoft Visual C++ product as it is not provided with the free Microsoft Visual C++ Express. Note that although Borland licenced the MFC library at one time, for use in Borland Turbo C++, they never fully integrated with MFC and eventually dropped it altogether in favour of their proprietary Visual Component Library (VCL) which replaced the Object Windows Library (OWL) that Borland had used prior to licencing MFC. No other C++ product licenced the MFC library. Note also that the MFC library is simply a wrapper for portions of the Windows API and was originally called Application Framework Extensions, hence the use of the abbreviation AFX rather than MFC throughout the library.


What is the difference between visual c plus plus and Microsoft foundation classes languagues?

Microsoft Foundation Class Library is in fact used by VC++. MFC is an application framework that wraps portions of the Windows API in C++ classes, including functionality that enables them to use a default application framework.


Write a program in C to compute expansion 1 plus Xpwr2byfact2 plus Xpwr4byfact4 Xpwr6byfact6 plus .......?

#include ...double x, y;...y = cosh (x);


Automatic inline in c plus plus?

The C++ compiler will implicitly (automatically) mark functions for inline expansion whenever you define a function within its own declaration. If functions are declared and defined separately (even in the same file) then they are not implicitly marked for inline expansion. To enable inline expansion for these definitions, you must explicitly mark the definition (not the declaration).


Details about MFC?

Here are a few free video tutorials on the GUI library MFC: <a href="http://xoax.net/comp/cpp/mfc/index.php">XoaX.net MFC Tutorials</a>


When was MFC Mykolaiv created?

MFC Mykolaiv was created in 1920.


When was Pécsi MFC created?

Pécsi MFC was created in 1973.


What printers uses LC 51 ink?

Mfc-685cw and mfc-5860cn


What is the expansion for x2 plus y2?

There is no expansion for x2 + y2