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
¡ 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
¡ Retail code debugging
¡ Getting crash dumps before Windows Error Reporting (WER) sends them off
¡ Gadgets for Window Error Reporting (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
TR1
¡ VC++ 2008 Feature Pack download
¡ Pete Becker’s book: The C++ Standard Library Extensions: A Tutorial and Reference
¡ Channel9 VC++ videos
¡ VC++ Libraries forums
http://forums.msdn.microsoft.com/en-US/vcgeneral/threads/
¡ C++ Standard
¡ TR1 Standard
¡ MSDN article
New MFC Features
¡ VC++ 2008 Feature Pack download
¡ MSDN article
¡ VC++ Libraries forums
http://forums.msdn.microsoft.com/en-US/vcgeneral/threads/
¡ Channel9 VC++ videos
¡ BCGSoft
Phoenix
¡ Phoenix
¡ Forum
¡ Channel 9
And there always are the general Channel 9 videos on VC++
https://channel9.msdn.com/tags/C++
Enjoy!
– The Visual C++ Development Team
0 comments