Hello World using C++ /CX

As is customary with programming languages, here is a Hello World introduction using C++ /CX.   1: #include <iostream> 2: using namespace std; 3:  4: #using "platform.winmd" 5:  6: using…

Welcome to Modern C++

It is no longer the programming language you thought it was. It is Modern and focuses on programmer productivity without sacrificing the benefits of runtime efficiency; Welcome to Modern C++…

Hello World!

Welcome to my weblog. I will be using this space to blog about the new Windows Runtime and C++ /CX extensions that enable C++ developers to write applications for Windows…