Hello World using C++ /CX Posted by By sridharpoduri May 9, 2012Posted inC++ /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…