Tagged Questions
10
votes
2answers
2k views
What are C++/CX and C++/CLI, and how do they relate to C++ and WinRT?
I was considering taking up the challenge of learning C++ for designing Metro apps and that's when I came across C++/CX.
Can Metro apps be coded in C++ 11? Do they require C++/CX to work? And what ...
14
votes
2answers
666 views
Can WinRT really be used at just the boundaries?
Microsoft (chiefly, Herb Sutter) recommends when using WinRT with C++/CX to keep WinRT at the boundaries of the application and keep the core of the application written in standard ISO C++.
I've ...