In a few hours from now, the BUILD conference kicks off in San Francisco. Catch all the action live on Channel 9. Three days of technology focused sessions, tons of…
This post comes courtesy of Wayne Ransier. Start a XAML/C++ project in Visual Studio 2012 with the default Blank Template and replace the generated <Grid> element with a <SwapChainBackgroundPanel> <SwapChainBackgroundPanel…
This tip comes courtesy of a question asked on an internal discussion list. Deon from the C++ team provided the answer. WinRT does not support constants. This means you cannot…
I get a few questions my way on an almost daily basis about how writing code using C++ results in savings in power consumption and other performance benefits. In this…
Windows 8 introduces input via multiple touch points. In the DrawIt sample of my book "Modern C++ and Windows Store apps", I show how to add free form drawing on…
One of my colleagues sent this statement my way and I quote him "The advent of Windows Store combines a great app-development infrastructure with a reach of 250 million people…
With less than two weeks to go for //BUILD 2013, I still have two copies of my book "Modern C++ and Windows Store apps" waiting to be given away. Follow…
You might be surprised to hear that a good number of colleges (at least in India) still rely on using the ages old Turbo C++ package to teach aspiring students…
How does one get started with C++? Where should an aspiring developer start? What books should they read? These are some questions that do the rounds of many developers who…