Electrical and Computer Engineering
46 of 48
UAH
CPE 112
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.