|
|
|
|
|
by pjmlp
2997 days ago
|
|
There is plenty of it, specially since Windows 8, which was when C++ code was officially supported on the DDK. Since they decided they are done with C, Microsoft has been cleaning up Windows code to make their code compliant with the C subset of C++. Since Windows Longhorn failure, with Vista COM got the main API role for the components that were originally designed to be written in .NET. Which lead to the design of UWP as improved COM, using the ideas they originally had for Ext-VOS, but decided to create .NET instead. https://www.reddit.com/r/cpp/comments/4oruo1/windows_10_code... |
|
I really wish the Visual Studio team would give C a bit more love. Getting at least full C99 support in is most likely less work than any random C++17 feature.