Electrical and Computer Engineering
12 of 12
UAH
CPE 112
User-Written Header Files
•User-defined data types can be useful in more than one program.
•Declarations can be placed in a header file and included using the #include directive.
•#include <iostream> looks in the standard include directory
•#include “months.h” looks in the current directory