up vote 8 down vote favorite
3
share [g+] share [fb]

I am about to reenter the MFC world after years away for a new job. What resources to people recommend for refreshing the memory? I have been doing mainly C# recently.

Also any MFC centric websites or blogs that people recommend?

link|improve this question

feedback

7 Answers

up vote 4 down vote accepted

alt text

link|improve this answer
feedback

The best: The Code Project

link|improve this answer
2  
Back in the day when I used MFC for alot of my work I used Code Project as my reference point. good call – Steve Obbayi Dec 31 '09 at 14:39
feedback

I would highly recommend my alltime favorite book MFC Internals: Inside the Microsoft(c) Foundation Class Architecture

It is not a 'how-to' book--it is a 'how does it work' book.

alt text

link|improve this answer
feedback

There's lots of useful information here:

http://www.flounder.com/mvp_tips.htm

link|improve this answer
feedback

Its been a long time since i did any MFC but back then it used to be

"MFC internals" + debug into the MFC code and find what happens which used to be the best resources on MFC

Samples used to be available from Code Project to quickly get you going.

link|improve this answer
feedback

The vital "how do I?" book is http://www.amazon.com/gp/reader/0201185377/ref=sib_dp_pt#reader-link

Codeproject is also invaluable, although many of the 3rd party controls there nowhave counterparts in the new MFC feature pack.

link|improve this answer
feedback

Books are one thing, but I always found that practice was the key with MFC. CodeGuru was my favourite destination to answer anything MFC-related.

There's also that new website. What's it called...that's it - StackOverflow!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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