vote up 3 vote down star
2

Hey all. Any one have any recommendations for a great MFC book that I can learn? I have background in .NET and C++. Thanks!

flag

Unless you have to support an existing product, I would suggest not to learn MFS but use something much suitable for modern GUI development like Qt4. – Artyom Oct 4 at 20:27

5 Answers

vote up 5 vote down check

For a first pass at MFC, even better than a book is the Microsoft Scribble tutorial.

Just like a beginning C programmer starts with a program that prints "Hello world", the Scribble tutorial takes you through the steps needed to draw "Hello world" on the screen using the mouse.

It presents the most basic MFC operations (putting controls in a dialog, responding to GUI events, drawing in OnDraw (), etc) in a very simple and easy-to-understand way.

link|flag
Still remember running through that, then repeating it a second time to explore all the "further information" links :-D – peterchen Nov 9 '08 at 14:20
I also started learning MFC with the Scribble tutorial, on VC6. From then on MFC learning was a self-runner. Anyone knows if the Scribble tutorial was updated for the newer Visual Studios? – vividos Nov 17 '08 at 14:08
vote up 7 vote down

You won't find a more complete book than Jeff Prosise's Programming Windows with MFC. It's the MFC equivalent of Petzold's Programming Windows.

link|flag
I know of 4 freshmen just out of college, who worked on the Prosise book for about a month and then successfully went live on a CAD application. – Agnel Kurian Sep 30 '08 at 7:17
Is that book still current??? I remember devouring this in the late 90's, it's awesome (after reading Petzold of course). I haven't touched MFC (Microsoft Fried Chicken) since 2001 (v4.01 I think it was???). – Luke Feb 18 at 22:28
vote up 2 vote down

Have a look at the answers to this question.

link|flag
vote up 2 vote down

I remember reading this one in 2000.
MFC Programming from the Ground Up

link|flag
vote up 1 vote down

A good MFC book is a book that says don't use MFC.

link|flag
Great ansver! There so many better alternatives. – Artyom Oct 4 at 20:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.