First page Back Continue Last page Graphics
cin member functions
There are many member functions to the cin object, an instantiation of the istream class.
See a C++ reference for istream
- gcount
- get
- getline
- ignore
- peek
- putback
- clear // inherited from the ios class