MFC resources / links - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T18:19:18Z http://stackoverflow.com/feeds/question/27779 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/27779/mfc-resources-links 4 MFC resources / links KiwiBastard 2008-08-26T11:28:43Z 2008-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#27781 2 Answer by Magnus Westin for MFC resources / links Magnus Westin 2008-08-26T11:30:50Z 2008-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#27789 1 Answer by Prakash for MFC resources / links Prakash 2008-08-26T11:36:50Z 2008-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#29443 2 Answer by Brian R. Bondy for MFC resources / links Brian R. Bondy 2008-08-27T03:15:43Z 2008-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&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;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#36792 1 Answer by ChrisN for MFC resources / links ChrisN 2008-08-31T11:41:13Z 2008-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#110549 0 Answer by Umber Ferrule for MFC resources / links Umber Ferrule 2008-09-21T08:33:38Z 2008-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#115800 0 Answer by mgb for MFC resources / links mgb 2008-09-22T16:09:19Z 2008-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#132252 1 Answer by computinglife for MFC resources / links computinglife 2008-09-25T09:04:36Z 2008-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>