Discussion Outline
Session 11
Current material
- Pointers to structs
- Self-referencing structs
- pointer to this type of structure as a member
- typically used to show relationships with others of the same type
- Command-line Arguments
Project 4
- Command-line arguments are required
- Loading of the array of structs is required before
presentation of the original menu
- Letter grades are to be determined based on the standard scale where :
>= 90 A
80 - 89 B
70 - 79 C
60 - 69 D
<= 59 F