PreviousNext

C++ - Introducing C++/WinRT

by bill-s, 2017-01-21T22:48:37.000Z

WinRT is based on the Component Object Model (COM), but its COM APIs aren’t designed to be used directly, as you might use classic COM APIs such as those in DirectX. Rather, it’s designed to be used through what are called “language projections.”

Read More