↧
Weathr, a 3D Weather App now on CodePlex
Welcome to 2014. May all your C++ code run perfectly! Thomas Petchel wanted really to explore the intersection among C++, DirectX, and XAML in the context of a Windows Store app. The result? Weathr, a...
View ArticleCode Debugging Topics on MSDN
The MSDN Library is a rich source of information about Microsoft products and technologies including Visual Studio and Visual C++. This post calls out some of the great code debugging topics available...
View ArticleCode Debugging Content in Community
A few days ago, we called out some of the great debugging topics on the Microsoft Developer Network (MSDN) Library. Here are some excellent resources outside of the MSDN Library (in no particular order...
View ArticleKinect for Windows C++ Samples
Kinect for Windows enables developers like you to create applications that allow users to interact naturally with the computer by gesturing and speaking. You probably already know this. But did you...
View ArticleCreating a C++ Project from a PDB file: PDB Project [[Version 2.0]]
We are thrilled to announce version 2.0 of the PDB Project extension on the Visual Studio Gallery. PDB Project, as the name suggests, takes the information contained in a .pdb file to create a C++...
View ArticleException Boundaries
In modern C++, exceptions are the preferred method of runtime error reporting and handling. Yes, there are some cases where other forms of error reporting may be more appropriate—error codes, for...
View ArticleSTL Resources on MSDN
Before reviewing the excellent standard template library resources on MSDN (including Channel 9), did you know Visual Studio 2013.1 (Update 1) is available now? Brian Harry writes about the release on...
View ArticleExamining stack traces of objects using Visual Studio 2013
It is quite common to have a program stopped in the debugger due to a crash or assertion caused by an object being in a bad state, and to track down the problem, you need to figure out how it got that...
View ArticleC++ in MSDN Magazine
Just in case you have forgotten to look at MSDN Magazine in the last few months, here are a few great articles from MVPs, Microsoft folks and other experts: Kenny Kerr writes the column Windows with...
View ArticleWindows Azure Storage Client Library for C++
The Windows Azure Storage team has announced the availability of a new Windows Azure Storage Client Library for C++. This is a preview release and they are looking for your feedback. This release...
View Article
More Pages to Explore .....