cpp-docs/docs/cpp/startup-and-termination-cpp.md at patch-3 · ugreg/cpp-docs · GitHub
Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 417 Bytes

File metadata and controls

12 lines (9 loc) · 417 Bytes
title Startup and Termination (C++)
ms.date 11/04/2016
ms.assetid c6568ee6-40ab-4ae8-aa44-c99e232f64ac

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.

See also

Basic Concepts