Home:ALL Converter>What is the Visual C runtime?

What is the Visual C runtime?

Ask Time:2010-03-04T17:58:15         Author:Ignacio Soler Garcia

Json Formatter

I just wanted to know what is inside the Visual C ++ runtime DLLs? What code? Which functions? Just curious about that.

Thanks in advance.

Author:Ignacio Soler Garcia,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/2378237/what-is-the-visual-c-runtime
Arve :

Is contains standard functions, like prinft, exit etc.\n\nYou can find the source code for the library in \"C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\crt\\src\" (This is Visual Studio 2008)\n\nThe basic dll for Visual Studio 2008 is is msvcrt90.dll\n\nSee also this link",
2010-03-04T10:01:18
yy