Linked by twitterfire on Mon 24th Oct 2011 22:52 UTC
Thread beginning with comment 494289
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Well, I hope someone writes a tool to project WinRT APIs into the C programming language in a nicer way..otherwise you're stuck with an updated version of COM.
Under the hood, WinRT is all held together by COM. Only, slightly modernized.
Under the hood, WinRT is all held together by COM. Only, slightly modernized.
With C++ you will have C++/CX or if you prefer only to use standard C++ the Windows Runtime Library.
With C you are stuck in the land of low level COM with the usual AddRef/Release, GUID and HRESULT macros.




Member since:
2005-11-29
Well, I hope someone writes a tool to project WinRT APIs into the C programming language in a nicer way..otherwise you're stuck with an updated version of COM.
Under the hood, WinRT is all held together by COM. Only, slightly modernized.