C++ Input and Output

    Reading: Deitel sections 11.1 - 11.4, 14.1 - 14.6

 

Formatted Output

C++ Output with cout , <<

Formatted Input

C++ Input with cin , >>

Lower-level I / O facilities also exist ( like get, put, etc.) for "raw data" manipulation.

File Input and Output

C++ Input / Output with File Streams

File Stream Manipulation

File Stream Utilities