Content deleted Content added
added refs for C99 compliance |
m There is no such Version of Visual C++ that is 13.0. It was probably confused with Visual C++ 2013 but the MSVC version is 12.0. This Microsoft blog confirms this: https://devblogs.microsoft.com/cppblog/the-great-c-runtime-crt-refactoring/ |
||
Line 91:
It has shipped with Windows versions since Windows 95 OSR2.5 for use by other Windows components; earlier versions shipped with the '''CRTDLL.DLL''' library instead. In older versions of Windows, programs which linked against MSVCRT.DLL were expected to install a compatible copy in the System32 folder, but this contributed to [[DLL Hell]] because many installers failed to check the library version against the installed version before replacing it.
Versions of MSVC before 4.0 and from 7.0 to
This runtime library is used by programs written in Visual C++ and a few other compilers (e.g. [[MinGW]]). Some compilers have their own runtime libraries.
|