Setup
This lab requires that you’ve completed all of Lab 9.
Do the following to prepare your Lab10
project:
- Copy ALL of your .h/cpp files from the Lab09 folder to the Lab10 folder
- Open your repo in Visual Studio or Visual Studio Code as usual
- Now you need to change the build target from “Lab09” to “Lab10.” In Visual Studio (PC) this is via the dropdown near the play button. For Visual Studio Code (Mac), you should change both instances of “Lab10” on the bottom toolbar (one for the build target and the other for the run target)
- Since copying over the files sometimes doesn’t properly trigger a rebuild, you may want to do a full rebuild of Lab 10 if you get weird issues
Now you’re ready for part 1 of the lab.