Discussion Outline
Session 9
Current material
- I/O
- streams (stdin, stdout, stderr)
- fgetc, fscanf, fgets
- typedef
- Stucts
- Defining structs
- Declaring structs
- members of structs
Project 3
- io.c from lec16 with some modification can be used as the body of
the ReadString function
- discuss the project