previous | start | next

cin

The name cin is predefined of type istream.

It is associated by default with keyboard input.

Using the same header file, iostream provides access to both cin and cout.



previous | start | next