 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
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
|
|