Startup and Termination (C++)
Visual Studio 2015
The latest version of this topic can be found at Startup and Termination (C++).
Program startup and termination are facilitated by using two functions: main and exit. Other startup and termination code may be executed.
Show: