Help with MFC

Started by
7 comments, last by RPGElite 24 years ago
I''m looking for some good tutorials, or, as a secondary option, books on MFC. I''d prefer free stuff...as I am somewhat broke, but if a book is the only way to go I can dig up some change from under the couch cushions or something I want to use MFC to make some tools for my game, so I need to have a fairly good tutorial, but I don''t need a reference all that much since I have the MSDN CDs, and they appear to have a good reference...just not very good explanations of the samples provided. Thanks. gameguru4@yahoo.com
http://game.guru.tripod.com
Advertisement
Personally, I have a huge, 1337 page book called "Programming Windows with MFC", Second Edition, by Jeff Prosise; Microsoft Press. That's where i learned MFC.
it was about $50. try to find that change in your couch cushions

Edited by - Zipster on 4/3/00 8:29:34 PM
I know this isn''t quiet what you were looking for but thought I would throw this your way regardless:

Build a skeleton application. Let the wizard generate one for you even. Then without adding anything to it, go over every source file it makes for you one by one and highlight any identifiers in any statement(s) you don''t comprehend at the time and hit F1. Research each one of the instances till you at least get the "just" and move to the next. Repeat till necessary till you understand every line of source that was generated.

If you actually make the effort to do this, after a week you will be able to code your own MFC apps by hand and won''t even have to rely on the wizards. Once you "adopt" the framework mentality, the necessary coding to move it from "skeleton" app to "your" app will be ( wished I could stress this ) _simple_

Seriously, one week, try it...


YAP YFIO - You''re A Programmer, You Figure It Out
YAP YFIO - You''re A Programmer, You Figure It Out
By the way if you do go the book route, Zipster recommended a good one.


YAP YFIO - You''re A Programmer, You Figure It Out
YAP YFIO - You''re A Programmer, You Figure It Out
Good code resources for MFC can be found at
www.codeguru.com
and
www.codeproject.com
Not quite books or tutorials in the strict sense of the word, but very good none the less.


~ Mad Keith ~
**SoftwareMode**
It's only funny 'till someone gets hurt.And then it's just hilarious.Unless it's you.
Yes, the book by Jeff Prosise is excellent.
So is the Wrox book "Professional MFC w/ VC++ 6.0" by Mike Blaszczak.

www.CodeGuru.com and www.CodeProject.com are both good resources for example programs, tips and tricks; though isn''t much of a help if you need a Tutorial.

// CHRIS
// CHRIS [win32mfc]
http://devcentral.iftech.com/learning/tutorials/mfc-win32/vc5mfc/
Try that address...it''s got some of the basics
I''ve got the Prosise book and I agree it''s a great one. It covers a lot. However, if you don''t have the cash on hand a cheaper alternative is MFC From the Ground Up by Herbert Schildt. It''s great for MFC newbies.
"Essential Visual C++ 4" Mickey Williams Sams 0-672-30787-1
this is a good one... on the old side but a good book...

"Special Edition Using Visualc++ 5.0"
is a good one to... I snaged it for a free trail from www.mcp.com I think... the''ve got a lot of good books for free...

Great Milenko

Words Of Wisdom:
"Never Stick A Pretzel In Your Butt It Might Break Off In There."


http://www.crosswinds.net/~milenko
http://www.crosswinds.net/~pirotech

The Great Milenko"Don't stick a pretzel up your ass, it might get stuck in there.""Computer Programming is findding the right wrench to hammer in the correct screw."

This topic is closed to new replies.

Advertisement