Previous Lecture | Lecture 9 | Next Lecture |
Lecture 9, Wed 04/29
References, defining your own data types with structs
Lecture Video
Pointers and structs
- Defining your own data types using structs
- Different ways of accessing member variables of a structs
- Passing structs to functions by value, by reference and by address
C++ References
- Creating aliases with references
- Differences between references and pointers