Multi-File Programs
Mississippi College
Computer Science
Dr. Bennet
CSC 220
Introduction
First Steps
C Note
Control
Functions
Exceptions
Containers
Native Arrays
Classes
Templates
Dynamic Memory
Copying Objects
Class Inheritance
Multi-File Programs
Expr Calc
Expr Parts
Parts Impl
Expr Stack
Stack Impl
Make File
Other Things
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.