MFC resources / links - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T18:19:18Zhttp://stackoverflow.com/feeds/question/27779http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/27779/mfc-resources-links4MFC resources / linksKiwiBastard2008-08-26T11:28:43Z2008-09-25T09:04:36Z
<p>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.</p>
<p>Also any MFC centric websites or blogs that people recommend?</p>
http://stackoverflow.com/questions/27779/mfc-resources-links/27781#277812Answer by Magnus Westin for MFC resources / linksMagnus Westin2008-08-26T11:30:50Z2008-08-26T11:30:50Z<p>The best: <a href="http://www.codeproject.com/" rel="nofollow">The Code Project</a></p>
http://stackoverflow.com/questions/27779/mfc-resources-links/27789#277891Answer by Prakash for MFC resources / linksPrakash2008-08-26T11:36:50Z2008-08-26T11:36:50Z<p>I would highly recommend my alltime favorite book <a href="http://rads.stackoverflow.com/amzn/click/0201407213" rel="nofollow">MFC Internals: Inside the Microsoft(c) Foundation Class Architecture </a></p>
<p><strong>It is not a 'how-to' book--it is a 'how does it work' book.</strong></p>
<p><a href="http://rads.stackoverflow.com/amzn/click/0201407213" rel="nofollow"><img src="http://ecx.images-amazon.com/images/I/51J1GHBDQQL._SL500_BO2,204,203,200_PIlitb-dp-500-arrow,TopRight,45,-64_OU01_AA240_SH20_.jpg" alt="alt text" /></a></p>
http://stackoverflow.com/questions/27779/mfc-resources-links/29443#294432Answer by Brian R. Bondy for MFC resources / linksBrian R. Bondy2008-08-27T03:15:43Z2008-08-27T03:15:43Z<ul>
<li>For blogs: Your best bet would be the <a href="http://blogs.msdn.com/vcblog/default.aspx" rel="nofollow">Visual C++ Team Blog</a>.</li>
<li>For books: <a href="http://rads.stackoverflow.com/amzn/click/1572316950" rel="nofollow">Programming Windows with MFC</a> is one of the best book on the subject.</li>
<li>For tutorials: Simply <a href="http://www.google.ca/search?q=mfc+tutorial&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a" rel="nofollow">search google for various tutorials on MFC</a>.</li>
</ul>
<p><img src="http://ecx.images-amazon.com/images/I/711B8M7PXHL._SL500_BO2,204,203,200_PIsitb-dp-500-arrow,TopRight,45,-64_OU01_AA240_SH20_.gif" alt="alt text" /></p>
http://stackoverflow.com/questions/27779/mfc-resources-links/36792#367921Answer by ChrisN for MFC resources / linksChrisN2008-08-31T11:41:13Z2008-08-31T11:41:13Z<p>There's lots of useful information here:</p>
<p><a href="http://www.flounder.com/mvp_tips.htm" rel="nofollow">http://www.flounder.com/mvp_tips.htm</a></p>
http://stackoverflow.com/questions/27779/mfc-resources-links/110549#1105490Answer by Umber Ferrule for MFC resources / linksUmber Ferrule2008-09-21T08:33:38Z2008-09-21T08:33:38Z<p>Books are one thing, but I always found that practice was the key with MFC. <a href="http://www.codeguru.com" rel="nofollow">CodeGuru</a> was my favourite destination to answer anything MFC-related. </p>
<p>There's also that new website. What's it called...that's it - <a href="http://stackoverflow.com/">StackOverflow</a>!</p>
http://stackoverflow.com/questions/27779/mfc-resources-links/115800#1158000Answer by mgb for MFC resources / linksmgb2008-09-22T16:09:19Z2008-09-22T16:09:19Z<p>The vital "how do I?" book is <a href="http://rads.stackoverflow.com/amzn/click/0201185377" rel="nofollow">http://www.amazon.com/gp/reader/0201185377/ref=sib_dp_pt#reader-link</a></p>
<p>Codeproject is also invaluable, although many of the 3rd party controls there nowhave counterparts in the new MFC feature pack.</p>
http://stackoverflow.com/questions/27779/mfc-resources-links/132252#1322521Answer by computinglife for MFC resources / linkscomputinglife2008-09-25T09:04:36Z2008-09-25T09:04:36Z<p>Its been a long time since i did any MFC but back then it used to be </p>
<p>"MFC internals" + debug into the MFC code and find what happens which used to be the best resources on MFC</p>
<p>Samples used to be available from Code Project to quickly get you going. </p>