Previous Lecture | lect05 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-w23/cs24-w23-lectures/tree/main/lect05
Topics:
We will discuss the big 3 in the context of the Complex class:
- Destructor
- Copy constructor
- Copy assignment operator