Previous Lecture | lect03 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-f23/cs24-f23-lectures/tree/main/lect03
Topics
- We’ll discuss the what, why, and how of operator overloading in C++!
- We’ll review the Linked List data structure and contrast a procedural implementation with an OOP style implementation