Class Notes
I expect to cover the following topics. These may be amended and the
order changed as the semester progresses. The chapter in the book, when relevant, is indicated.
- Quick review of C++ (Chapters 1 to 10)
- Chapter 10 User Defined Data Types
- Chapter 11 Arrays
- Chapter 12 Classes and Abstraction
- Chapter 13 Array Based Lists
- Chapter 14 Pointers and Linked Lists
- Chapter 18 Recursion
- Chapter 17