In this topic, you can find information on how to port existing C++ code to the Windows 10 app platform, the Universal Windows Platform. What is meant by the term *universal* is that your code can run on any of the devices that run Windows 10, including desktop, phone, tablets, and future devices that run Windows 10. With Windows 8.1, you created an app that targeted both Windows 8.1 and Windows Phone 8.1 by using a special project system feature called a shared project. Universal Windows Apps do not use this mechanism, but instead you use a single project and a single XAML that works well on any device that runs Windows 10. You can use dynamic layout features in XAML to allow the app's UI to adapt to different display sizes.
0 commit comments