What are all the actions performed by the C ++ runtime?
It handles the startup and shutdown of your application, as well as the main services that it should run - things like initializing the stack and static variables, as well as providing a bunch of memory and default memory.
From Wikipedia :
C , ( ) C, , , libc. ; , , , . C, , , C, , , CPU, , C.
Source: https://habr.com/ru/post/1724363/More articles:Как получить интерфейс jQuery для работы с расширением Firefox - jqueryUsing LINQ generated classes directly? - classTortoise SVN Repo-Browser - repositoryIs Interop.Domino dll thread safe? - c # -2.0major changes in python since version 2.2.3 - pythonSQL Server encryption using a self-signed SSL certificate. Request from ASP.NET 3.5 - .netHow to test the implementation of a TCP server? - testingClickOnce: DeploymentDownloadException: operation time - timeoutHow to include SASS line numbers in CSS output? - cssHow to create a lookup table by type to implement multiple submission in C ++? - c ++All Articles