Solutions to some of the Stanford's CS106B (Programming Abstractions) course assignments, using the newer Stanford C++ libraries.
First of all, you need to install Qt Creator. Detailed information can be found here. You will also need to download the Blank Stanford C++ Project.
To run the code with the solution to one of the problems, follow these steps:
- Unzip the
Blank.zip
file you previously downloaded into a new directory - If you want, rename
EmptyProject.pro
- Run Qt Creator
- Open the
.pro
file - Click the Configure Project button
- Replace the
Main.cpp
file with the one corresponding to the solution you want to run - Build the project
- If there is another file in the same directory as the
Main.cpp
file you want to run, copy it to the build directory - Run the project