Multi-File Programs
Most serious C++ programs are large enought that they should not be placed in a single file. In this section, we look a bit at how a large program is organized, how the parts relate to each other, and how the result is compiled.