List of standard C++ headers
Header file name | Needed for |
---|---|
iostream | Input and output (cin, cout, endl) |
iomanip | Pretty-printing of outout (setprecition, setw, fixed, left) |
string | the string datatype |
cctype | character manipulation (tolower) |
cmath | mathematical functions (pow) |