This code accompanies the slides about IntList. This is here for reference / to aid you following in class.
Complete the TODOs:
- Implement iterativeGet
- Implement incrList
- Implement dincrList
You can either program in a GitHub codespace, or program on your local machine.
You can set up programming environment our our own computer, by following the Setup Tutorial.
- The Command Line Tools are required.
- The C++ Dev Environment (VSCode) is highly recommened.
Please follow these tutorials closely and carefully.
Alternatively, either:
- Follow the VSCode Devcontainer Setup Guide and run using Docker locally
- Launch this repo in a GitHub Codespace, and copy your file into the auto grader...
From your terminal (mac or WSL/Ubunto) window, you can use the following command to download it:
git clone https://github.com/CISC2200-Fall-24-Fordham/IntList.git