ENSC 104: DIGITAL COMPUTER PROGRAMMING

6. SIMPLE PROGRAMS


Readings: Pages 17-26


cin : This object refers to the standard input device that is normally connected to the keyboard.

cout : This object refers to the standard output device normally connected to the computer screen.

cerr : This object refers to the standard error device that is normally connected to the computer screen.