Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is mfc still popular now? Pin
Nishad S24-Sep-07 3:15
Nishad S24-Sep-07 3:15 
GeneralRe: Is mfc still popular now? Pin
bornunique24-Sep-07 3:24
bornunique24-Sep-07 3:24 
AnswerRe: Is mfc still popular now? Pin
Hamid_RT24-Sep-07 3:36
Hamid_RT24-Sep-07 3:36 
GeneralRe: Is mfc still popular now? Pin
Cedric Moonen24-Sep-07 3:53
Cedric Moonen24-Sep-07 3:53 
GeneralRe: Is mfc still popular now? Pin
Hamid_RT24-Sep-07 4:15
Hamid_RT24-Sep-07 4:15 
GeneralRe: Is mfc still popular now? Pin
jhwurmbach24-Sep-07 4:32
jhwurmbach24-Sep-07 4:32 
AnswerRe: Is mfc still popular now? Pin
bob1697224-Sep-07 6:01
bob1697224-Sep-07 6:01 
AnswerRe: Is mfc still popular now? Pin
Mark Salsbery24-Sep-07 7:04
Mark Salsbery24-Sep-07 7:04 
My advice would be to look at what you want to do and then examine which
language and/or framework is best for the job.

Do some research.  Only you can know what's appropriate.  Your decision should be based
on what the best tool for the job is and not the tool's popularity.

MFC, as mentioned in other posts,  is a semi-object-oriented, C++ wrapper around the Win32
APIs.  If Win32 is what you want to use for your Windows development, and C++ is your
language of choice (or the language you already know) then MFC is certainly an option.

MFC is still supported by Microsoft.  There's new stuff added for VS 2008,
and there will be more new stuff added in the next Visual Studio version after
that.

Look into the .NET languages as well.  The .NET framework provides many more
"canned" solutions to common programming tasks than MFC ever will.

Just my 2 cents...

Good luck!
Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Is mfc still popular now? Pin
Signal-926-Sep-07 15:07
Signal-926-Sep-07 15:07 
Questionconst int * Pin
Shraddha Gautam24-Sep-07 2:27
Shraddha Gautam24-Sep-07 2:27 
AnswerRe: const int * Pin
James R. Twine24-Sep-07 2:36
James R. Twine24-Sep-07 2:36 
AnswerRe: const int * Pin
KarstenK24-Sep-07 2:39
mveKarstenK24-Sep-07 2:39 
AnswerRe: const int * Pin
zakkas248324-Sep-07 19:35
zakkas248324-Sep-07 19:35 
QuestionIs it possible to communicate vc++.net and SQL server Pin
Exelioindia24-Sep-07 2:23
Exelioindia24-Sep-07 2:23 
AnswerRe: Is it possible to communicate vc++.net and SQL server Pin
KarstenK24-Sep-07 2:42
mveKarstenK24-Sep-07 2:42 
GeneralRe: Is it possible to communicate vc++.net and SQL server Pin
Exelioindia24-Sep-07 4:19
Exelioindia24-Sep-07 4:19 
GeneralRe: Is it possible to communicate vc++.net and SQL server Pin
KarstenK24-Sep-07 4:37
mveKarstenK24-Sep-07 4:37 
GeneralRe: Is it possible to communicate vc++.net and SQL server Pin
led mike24-Sep-07 4:52
led mike24-Sep-07 4:52 
AnswerRe: Is it possible to communicate vc++.net and SQL server Pin
Mark Salsbery24-Sep-07 7:11
Mark Salsbery24-Sep-07 7:11 
QuestionHow to separate "Print" from menu/toolbar and Preview-Button Pin
Nelek24-Sep-07 1:58
protectorNelek24-Sep-07 1:58 
AnswerBad solution, but solved Pin
Nelek26-Sep-07 21:46
protectorNelek26-Sep-07 21:46 
QuestionUsing vector over index? Pin
bosfan24-Sep-07 0:44
bosfan24-Sep-07 0:44 
AnswerRe: Using vector over index? Pin
Cedric Moonen24-Sep-07 0:52
Cedric Moonen24-Sep-07 0:52 
GeneralRe: Using vector over index? Pin
bosfan24-Sep-07 2:27
bosfan24-Sep-07 2:27 
AnswerRe: Using vector over index? Pin
nbugalia24-Sep-07 0:58
nbugalia24-Sep-07 0:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.