Previous Lecture | lect05 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-s22/cs24-s22-lectures/tree/main/lect05
Topics
- The big four
- Constructor - Default and parameterized constructors, initialization lists
- Destructor
- Copy-constructor
- Copy-assignment
- How to compile a program that is split across multiple files by writing an appropriate Makefile
- Correct use of preprocessor directives #include