VS2015 MSVC supports C++14, which requires C99 library support, hence why Microsoft updated the support.
Likewise MSVC will support C11 libraries when they get around to be fully C++17 compliant.
For any newer C standard the official Microsoft position is to use clang with the Visual C++ backend, called C2 which Microsoft is turning into a backend to be shared between clang, Visual C++ and .NET Native.
Likewise MSVC will support C11 libraries when they get around to be fully C++17 compliant.
For any newer C standard the official Microsoft position is to use clang with the Visual C++ backend, called C2 which Microsoft is turning into a backend to be shared between clang, Visual C++ and .NET Native.