This document references the C/C++ libraries most commonly used in CSCI 1301 and CSCI 1302. Each library name is accompanied by a description of its purpose and the functions/identifiers most commonly used from that library.
| Library file | Description | Common functions/identifiers |
|---|---|---|
| iostream | Basic input and output operations |
|
| iomanip | Output formatting manipulators |
|
| conio | Console (monitor) controls |
|
| cstdlib | Standard library functions |
|
| cmath | Mathematical functions and formulas |
|
| cctype | Character manipulation functions |
|
| string | String class and associated operations |
|
| vector | Vector class and associated operations |
|
| fstream | Text file classes and associated operations |
Use your browser's "Back" button to return to your course library.