Date | Topic | Slides | |
September 14 | Introduction to computers and C++ | lecture notes Lab 1 notes | |
September 21 | C++ Basics | PDF (You need to login to download the file) | |
September 28 | Control Flow (I) | PDF (You need to login to download the file) | |
October 5 | Control Flow (II) | PDF (You need to login to download the file) | |
October 12 | Functions | PDF (You need to login to download the file) | |
October 19 | Arrays | PDF (You need to login to download the file) | |
November 2 | Pointers and Dynamic Arrays | PDF (You need to login to download the file) | |
November 16 | Structures and Linked Lists | PDF ex3.cpp(You need to login to download the file) | |
November 23 | Classes and Objects | PDF bankaccount.cpp(You need to login to download the file) | |
November 30 | Inheritance | PDF ex2-main.cpp(You need to login to download the file) | |
December 7 | Basic File I/O | PDFscores.txt (You need to login to download the file) | |