Jim Radigan from the C++ team is now in Channel9 explaining, in a series of videos, how the auto vectorization just works. http://channel9.msdn.com/Series/C9-Lectures-Jim-Radigan-Inside-Auto-Vectorization/Jim-Radigan-Inside-Auto-Vectorization-1-of-n
If you are interested in developing for Windows RT (and who are not?), here are a few useful links to get started. Steven Sinofsky’s blog post on “Building Windows for…
Support for targeting Windows XP with C++ in Visual Studio 2012 is coming. Steve Teixeira from the VC team has a post detailing the reasons, availability etc here
With the C++ Renaissance in full swing at Microsoft, the Visual C++ team is looking to hire folks who are passionate about native code and are interested in working on…
Quite often I get asked a very simple question: Can I skip using XAML for creating the User Interface for my app and use C++ instead? The answer is yes…