This page contains a few resources that might be useful throughout this course.
- Instructions to fix Git labs (January 26, 2024)
- Git FAQ and Troubleshooting
- INS Quota Troubleshooting
- Coding Style and Documentation Guide
- Emacs Reference Card
- C++ Operator Precedence
Sample code written during lectures can be found on INS in the directory /library/students/comp1633/sample_code
as well as browsable on GitHub
.
Extra Stuff
- Midterm Trivia questions and answers
- Queue ADT Example