Skip to main content Link Search Menu Expand Document (external link)

Theme: auto

Setup

This lab requires that you’ve completed all of Lab 9.

Do the following to prepare your Lab10 project:

  1. Copy ALL of your .h/cpp files from the Lab09 folder to the Lab10 folder
  2. Open your repo in Visual Studio or Visual Studio Code as usual
  3. 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)
  4. 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.