Is the MFC programming language still being used by many people? With the outcome of managed C++ I wouldn't think many people use it and then with a ton of people switching to C# I would think even less people are using it.
Is MFC still being used?
Started by Void, Aug 03 2006 02:00 PM
6 replies to this topic
#1
Posted 03 August 2006 - 02:00 PM
Void
|
|
|
#2
Posted 04 August 2006 - 07:42 AM
Isn't MFC something like win32 API? I have heard of it a few times in relation to low level(usually hardware/drivere) support...
#3
Posted 04 August 2006 - 03:49 PM
Yes.
MFC is still being used. Not for a lot of new development but there is a lot of 10 year old "legacy" C/C++ code out there being maintained by businesses and the use of that code base often dictates that new programs will be coded same as the old programs hence still using MFC.
MFC is still being used. Not for a lot of new development but there is a lot of 10 year old "legacy" C/C++ code out there being maintained by businesses and the use of that code base often dictates that new programs will be coded same as the old programs hence still using MFC.
#4
Posted 05 August 2006 - 01:29 PM
hoser2001 said:
Isn't MFC something like win32 API? I have heard of it a few times in relation to low level(usually hardware/drivere) support...
Never even heard of it here. What is MFC?
#5
Posted 05 August 2006 - 01:34 PM
To borrow from Wikipedia --
Basically, it is a bunch of C++ objects to help do Windows programing without having to know all ther API stuff.
Quote
Microsoft Foundation Class Library (also Microsoft Foundation Classes, or MFC) is a Microsoft library that wraps portions of the Windows API in C++ classes, forming an application framework. Classes are defined for many of the handle-managed Windows objects and also for predefined windows and common controls.
Basically, it is a bunch of C++ objects to help do Windows programing without having to know all ther API stuff.
#6
Posted 05 August 2006 - 02:37 PM
Well if it eliminates the need for other knowledge, it sounds like a pretty good language.
#7
Posted 06 August 2006 - 07:26 AM


Sign In
Create Account


Back to top









