Previous Lecture | lect08 Slides | Next Lecture |
Code from class
Code from class: https://github.com/ucsb-cs16-su17/code-from-class/tree/master/Lec08
Topics
- Arrays are really pointers to their first elements
- Pointer arithmetic
- Practice with structs
- Weird pointer declarations and how to at least read them
- You can have pointers to functions!