+ 2
Main is exactly what it sounds like, it is the main function of your program. Every C++ program begins here and starts executing code. Its return value (0 upon success), is returned to the operating system to indicate the program ran without errors.



