Previous Lecture | lect07 Slides | Next Lecture |
Code from class
Code from class: https://github.com/ucsb-cs16-su17/code-from-class/tree/master/Lec07
Topics
- Reading and operating character by character on a file
- A reference is an alias for a variable
- References and pointers both make use of the
&
operator - Structs allow you to logically group together a bunch of variables of any type
.
and->
operators