+ 2
iostream is derived class of istream and ostream. Both istream and ostream is derived class of ios. So if you like using base classes instead of iostream use the above mentioned classes. <ios> , <istream>, <ostream> headers.
6th Oct 2018, 11:28 AM
KĂĄroly KomjĂĄti
KĂĄroly KomjĂĄti - avatar