Previous Lecture | lect03 Before Slides | lect03 Annotated Slides | Next Lecture |
Code from lecture:
https://github.com/ucsb-cs24-sp17/lectures
Topics
- Intro to lab01 and pa01
- Implementing classes
- Default and parameterized constructors
- Value semantics
- If time permits (operator overloading and friend functions)
- Put it all together with the thinking_cap ADT