3 The class hierarchy

We’ll start with the most end-user common ones, then move our way up the inheritance tree. You can find a more complete reference at http://www.cplusplus.com/ref/iostream/.

 3.1 fstream
 3.2 stringstream
 3.3 ifstream
 3.4 istringstream
 3.5 ostream
 3.6 ostringstream
 3.7 iostream
 3.8 istream
 3.9 ostream
 3.10 ios and ios_base