• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Learn MFC With or Without AppWizard?

alisajid

Member
I've been doing a chapter at a time in "MFC From the Ground Up." The book doesn't cover AppWizard at all. I've generated all macros and event handling code by hand. Is this the right way to go about learning MFC?
 
It's a good approach, used first by Jeff Prosise in his excellent MFC book (which was itself modeled after Petzold's Win32). It will take a little longer to get to full programs but you'll understand what's going on much better and be able to do things ClassWizard doesn't support (like message range handlers) more easily.

One good AppWizard-based book is Kruglinski's. Also, kuphryn here just learned MFC and posted a bunch of questions here while he did it, so you might search on "MFC" and/or PM him and see if he is willing to answer questions.
 
Back
Top