Class Information:

Dr. Howard J Hamilton's
Class Notes

Lab Instructors:

Rooms:

CL 115

CL119 (in person help)
 
Remote help schedule

Local Links:

C++ Resources:

Updated January 3, 2024
Lab Dates Contents
(Subject to Change by the Class Instructor)
1 Jan. 15 to Jan. 19 Introduction to Replit Teams and Review of Arrays and Functions
2 Jan. 22 to Jan. 26 2-D Arrays with Functions
Group 1: Oral Exam on Labs 1 and 2
3 Jan. 29 to Feb. 3 C++ Structures
Group 2: Oral Exam on Labs 1, 2, and 3
4 Feb. 5 to Feb. 9 Introduction to Abstract Data Types
Group 1: Oral Exam on Labs 3 and 4
5 Feb. 12 to Feb. 16 Searching and Sorting
Group 2: Oral Exam on Labs 4 and 5
  Feb. 19 - 23 No Labs: Winter Reading Week!
Enjoy! Try to reset and get caught up.
6 Feb. 26 to Mar. 2 C++ Overloading
Group 1: Oral Exam on Labs 5 and 6
7 Mar. 5 to Mar. 8 Inheritance
Group 2: Oral Exam on Labs 6 and 7
8 Mar. 11 to Mar. 15 Function and Class Templates
Group 1: Oral Exam on Labs 7 and 8
9 Mar. 18 to Mar. 22 Introduction to C++ Pointers
Group 2: Oral Exam on Labs 8 and 9
  Mar. 25 - 29 No Labs: Good Friday.
The holiday interferes with Friday labs, cancelling whole week.
10 Apr. 1 to Apr. 5 Linked Lists
No Oral Exam. Please study up on Linked Lists!
11 Apr. 8 to Apr. 12 Mandatory Oral Exam
Both groups will have an exam on Linked Lists

Click here for details of the lab

The following is a command you can use to auto indent your code:

clang-format -i -style='{BreakBeforeBraces: Allman }' *.*