Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 →