Library Functions
•
Every C++ system includes a large set of prewritten (library)
functions.
•
To use a function call, place an
#include
directive near
the top of
your program, specifying the appropriate header
file, then make the call.