Previous Lecture | lect11 Before Slides | lect11 Annotated Slides | Next Lecture |
Code from lecture
https://github.com/ucsb-cs16-wi17/lecture-02-21
#Topics
- Creating arrays of structs
- Passing arrays of structs to functions (revist passing arrays to functions)
- Contrast arrays of ints and arrays of structs
- Review of homework 10