Homework (due Wednesday)
Write the following classes:
- An input iterator that lets you read characters from an input file using getc
- An output iterator that lets you write characters on an output file using putc
Make these classes into templates using fscanf and fprintf
- Hint: You'll need to supply format strings