C++ Runtime | Library

// Simplified runtime pseudocode

In C++, the is the collection of low-level support code required to execute a C++ program after it has been compiled and linked. Unlike a simple C program that can run with minimal overhead, a C++ program relies on a sophisticated runtime environment to manage: c++ runtime library