Registry / other / cppwinrt

cppwinrt

JSON →
library2.0.250303.1vcpkgunverified

C++/WinRT is a standard C++ language projection for the Windows Runtime.

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

#include <winrt/Windows.Foundation.h>

Create a Windows Runtime URI

#include <winrt/Windows.Foundation.h> #include <iostream> using namespace winrt; int main() { init_apartment(); Uri uri(L"https://example.com"); std::wcout << uri.Domain().c_str() << std::endl; return 0; }
Debug
Known footguns
gotchaRequires C++17 or later and Windows SDK
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources

No resource links recorded.