lect01 Before Slides | lect01 Annotated Slides | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-s18/cs24-s18-lectures/tree/master/lec-01
Topics
- Course overview
- why study data structures, C++ and git?
- what are the goals of this class?
- Intro to Object Oriented Programming
- C++ classes - a way to describe similar objects
- Instances of a class (aka objects) vs classes