Previous Lecture lect03 Next Lecture

Code from lecture:

https://github.com/ucsb-cs24-w22/cs24-w22-lectures/tree/main/lect03

Topics

Dynamic memory allocation: new and delete

Stack vs. heap

The big four

Operator overloading