Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚听说过 C++/WinRT,我很惊讶 C++ 有这个运行时,它添加了像 .NET 这样的高级类包装器。但我不想将我的应用程序作为 UWP 应用程序分发。我可以在非 UWP 应用程序中使用 C++/WinRT 吗?
是的,C++/WinRT(以及一般的 WinRT)不限于 UWP 应用。您可以使用 C++/WinRT 编写控制台应用程序、桌面应用程序、服务甚至驱动程序。C++/WinRT 是一个只有头文件的库。唯一的要求是您使用支持 C++17 的现代 C++ 编译器。