Previous Lecture | lect05 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-f19-nichols/code-from-class/tree/master/10-10
Topics
Lesson plan
- Revisit the big four for linked list: C++ provides a default constructor, destructor, copy constructor, copy assignment operator for any class that doesn’t have one explicitly defined.
- More on operator overloading
- ==, !=, «
- Use cases for friend functions