Labs
For a complete listing of lab assignments, please refer to each chapter in the zyBook.
Some lab assignments in the zyBook will reference particular labs by number from the list below.
-
lab00—Submitting to Gradescope
-
lab01—ASCII Art: Logical operators
-
lab02—Odds and primes: Fun with arrays and makefiles
-
lab03—Fun with shapes: Pointers and Structs
-
lab04—Basic Classes in C++
-
lab05—Array lists and dynamic arrays
-
lab06—Linked Lists in C++ with structs
-
lab07—Recursion