|
<iostream>
istream cin;
ostream cout;
ostream cerr;
ostream clog;
|
<istream> class istream; class iostream;
<ostream> class ostream;
|
<sstream> class istringstream; class ostringstream; class stringstream;
<fstream> class ifstream; class ofstream; class fstream;
|
<ios> These don’t take an argument [no]boolalpha [no]showbase [no]showpoint [no]showpos [no]skipws [no]uppercase
left / right / internal
dec / hex / oct
fixed / scientific
|
<iomanip> These do take an argument
resetiosflags
setiosflags
setbase
setfill
setprecision
setw (non-sticky)
|