A few weeks ago the Visual C++ team delivered two days of technical content to developers down in Northern California. At this event, we mentioned a large number of useful resources. We thought we’d take the opportunity to pass them on to readers of the blog as well. Hopefully you’ll find them valuable.
Debugging Tips & Tricks
¡ Debugging blogs
http://blogs.msdn.com/jimgries
http://blogs.msdn.com/greggm
http://blogs.msdn.com/rchiodo
http://blogs.msdn.com/jacdavis
http://blogs.msdn.com/stevejs
http://blogs.msdn.com/ms_joc
http://blogs.msdn.com/jmstall
¡ Good books
Debugging Microsoft .NET 2.0 Applications by John Robbins. This book has a lot of great information in it about debugging in general, not just about debugging managed code.
¡ Finding COM pointers on the stack
http://blogs.msdn.com/greggm/archive/2005/08/01/446293.aspx
¡ Retail code debugging
http://blogs.msdn.com/greggm/archive/2004/12/15/315673.aspx
¡ Getting crash dumps before Windows Error Reporting (WER) sends them off
http://blogs.msdn.com/greggm/archive/2007/05/24/debugging-windows-error-reporting.aspx
¡ Gadgets for Window Error Reporting (WER)
http://www.codeplex.com/wer/
Concurrency
¡ Concurrency developer center (very managed-focused today, but you’ll see a lot more native shortly)
http://msdn.microsoft.com/concurrency
¡ Native concurrency blog
http://blogs.msdn.com/nativeconcurrency
TR1
¡ VC++ 2008 Feature Pack download
http://www.microsoft.com/downloads/details.aspx?FamilyID=d466226b-8dab-445f-a7b4-448b326c48e7&displaylang=en
¡ Pete Becker’s book: The C++ Standard Library Extensions: A Tutorial and Reference
¡ http://www.amazon.com/C%2B%2B-Standard-Library-Extensions-Reference/dp/0321412990/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1210782172&sr=8-1
¡ Channel9 VC++ videos
http://channel9.msdn.com/Showpost.aspx?postid=385821
¡ VC++ Libraries forumshttp://forums.msdn.microsoft.com/en-US/vcgeneral/threads/
¡ C++ Standard
http://www.open-std.org/jtc1/sc22/wg21/
¡ TR1 Standard
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf
¡ MSDN article
http://msdn.microsoft.com/en-us/magazine/cc507634.aspx
New MFC Features
http://channel9.msdn.com/Showpost.aspx?postid=355087
¡ BCGSoft
http://www.bcgsoft.com/
Phoenix
¡ Phoenix
http://connect.microsoft.com/phoenix
¡ Forum
http://forums.msdn.microsoft.com/en-US/phoenix/threads/
¡ Channel 9
http://channel9.msdn.com/tags/Phoenix+Framework
And there always are the general Channel 9 videos on VC++
http://channel9.msdn.com/tags/C++
Enjoy!
- The Visual C++ Development Team
I think there is no forums for VC Libraries or VC IDE. Everything goes to VC General except syntax questions, which goes to VC language.
UCanCode XD++ Diagrammer Library is a full VC++ / MFC based source code kits that designed to add interactive diagramming - related functionality to Web and Client applications. with XD++ diagrammer you can easily build Visio 2007 / ILog View like applications.
Dear Sir/Madam
Namaste & Greetings from India Tech Forums Team!
We take it our privilege to introduce ourselves as the first to initiate/launch an IT Community Discussion Forums e.g. http://www.indiatechforums.com/
Which will definitely prove a boon to all those who want to Share and Solve the IT Technology views because this site is a common platform to all IT Fans and IT Techies in order to get them globalize so that it can be easily disseminated amongst masses the internet, which includes all Discussion and information pertaining to the IT Industry, Softwares, Hardware, Servers, Windows and Security. Etc. This site will certainly assist all web-browsing persons, who are seeking for a site where they can share the IT Talks. This goal cannot be achieved without your assistance or active participation. Join Our IT World Free and help us to build a better IT World. We hope that you will instantly come up with great co-Operation.
Keeping forward for your kind valuable guidance and response.
Thanking you in anticipation,
Regards,
Administrator
(IT WORLD)
India Tech Forums
www.indiatechforums.com
E-Mail:
mailto:support@indiatechforums.com
Website:
http://www.indiatechforums.com/
Nice to see the updates.
Paresh.
A chapter about debugging heap corruption is available at:
http://www.advancedwindowsdebugging.com/ch06.pdf
Thanks,