Some questions on Input and Output
- Why is it necessary to have a separate error stream, stderr,
when this is directed by default to the screen, along with stdout?
- Why is it sometimes necessary to use files to store more than printable
characters?
Answers to these questions.
Back to notes on Input and Output.