List of standard C++ headers

Header file nameNeeded for
iostreamInput and output (cin, cout, endl)
iomanipPretty-printing of outout (setprecition, setw, fixed, left)
stringthe string datatype
cctypecharacter manipulation (tolower)
cmathmathematical functions (pow)