Hey all. Any one have any recommendations for a great MFC book that I can learn? I have background in .NET and C++. Thanks!
|
2
|
|||
|
|
|
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. |
||||
|
|
|
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. |
||||
|
|
|
Have a look at the answers to this question. |
||
|
|
|
|
I remember reading this one in 2000. |
||
|
|
|
|
A good MFC book is a book that says don't use MFC. |
||
|
