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 namespace Platform; 7: 8: int __cdecl main() 9: { 10: … Continue reading →