GEDB030-43: Computer Programming for Engineers (Fall 2017)
[Lecture Schedule]
The following schedule is tentative and subject to change without notice.
Weeks | Topics | Slides |
---|---|---|
1st | C++ Basics | |
2nd | Flow of Control | |
3rd | Function Basics | |
4th | Parameters and Overloading | |
5th | Arrays | |
6th | Thanksgiving Holiday | |
7th | Structure and Classes | |
8th | Constructors and Other Tools | |
9th | Midterm Exam | |
10th | Operator Overloading, Friends, and References | |
11th | Strings | |
12th | Pointers and Dynamic Arrays | |
13th | Separate Compilation and Namespaces | |
14th | Stream and File I/O | |
15th | Inheritance | |
16th | Wrap-Up | |
17th | Final Exam |
Credit: Most of slides for this lecture are based on slides created by textbook authors, Prof. Walter Savitch at UCSD.