Previous Lecture lect02 Next Lecture

Code from lecture:

https://github.com/ucsb-cs24-mirza-s21/cs24-s21-lectures/tree/main/lect02

Topics

Structure of a program in memory

C++ References

Pointers

Pointers: why do we need them?

Pointer pitfalls

Call by value, address and reference