CSE 2010-12¶
Course Outline¶
Week | Topics |
---|---|
Week 1 (August 22, 24) | Introduction to C++ (Chapter 1) |
Week 2 (August 29, 31) | Fundamental Data Types, Variables, Strings (Chapter 2) |
Week 3 & 4 (Sept 7, 14) | Control Flow: if-else/Loops (Chapter 3) |
Week 5 (Sept 19, Sept 21) | Loops, Function/Procedures (Chapter 4) |
Week 6 & 7 (Sept 26, Sept 28, Oct 3, Oct 5) | Classes (Chapter 5) |
Week 8 (Oct 10) | Midterm: Monday October 10, 5:30pm-6:45pm |
Week 8 & 9 (Oct 12, Oct 17, 19) | Arrays & Vectors, Algorithms (Chapter 6) |
Week 10 (Oct 24, Oct 26) | Pointers (Chapter 7) |
Week 11 (Oct 31, Nov 2) | Inheritance & Polymorphism (Chapter 8) |
Week 12 (Nov 7, Nov 9) | Reading, Writing Files; Streams (Chapter 9) |
Week 13 & 14 (Nov 14, 16, 21, 23) | Recursion (Chapter 10), Templates (Chapter 16) |
Week 15 (Nov 28, Nov 30) | Templates, Review |
Finals Week | Final Exam: Wednesday December 7, 5:30pm-7:30pm |
Week 1¶
Mon¶
2022-08-22 - Syllabus Overview Lab 1 Submission
Wed¶
Week 2¶
Mon¶
2022-08-23 - C++ Ch 2 Numerical data types Lab 2 Submission
Wed¶
2022-08-31 - C++ Fundamental Data Types, Variables, Strings
Week 3¶
Mon ⚠️¶
No school (Labor Day)
Wed¶
2022-09-07 - C++ Control Flow with if-else statements
Week 4¶
Mon ⚠️¶
No school (Flood Emergency).
Wed¶
2022-09-14 Loops Lab 3 Submission
Week 5¶
Mon¶
2022-09-19 Loops Continued 2022-09-19 Functions
Wed¶
2022-09-21 Functions Continued Lab 4 Submission
Week 6¶
Mon¶
2022-09-26 Functions Continued Again 2022-09-26 Classes
Wed¶
Week 7¶
Mon¶
Wed¶
Week 8¶
Mon¶
!!Midterm!!
Wed ⚠️¶
Class canceled.
Week 9¶
Mon¶
Wed¶
2022-11-07 Inheritance & Polymorphism 2022-11-07 Reading, Writing Files; Streams
Week 11¶
Mon¶
Week 12¶
Mon¶
2022-11-07 Inheritance & Polymorphism