Resource Links

Class Resources

CPP Lab

Book Website

Practice Quiz Questions. This link: https://liveexample-ppe.pearsoncmg.com/selftest/selftestcpp5e?username=liangcpp5e&chapter=1 takes you to Chapter 1 practice. To get to other chapters, change the chapter number in the URL (e.g. to get to Chapter 12, change the part that says "&chapter=1" to say "&chapter=12").

Qt Creator Setup Instructions

The repl.it website can be used as a short-term alternative to QTCreator for writing code if you have setup issues. However, it might not work for every assignment going forward, so don't rely on it.

C++

LearnCpp.com online text
CPlusPlus.com reference
Fredosaurus C++ notes

C++ Guidelines from C++ bigwigs
Google's C++ Styleguide

CPP FAQ

C++ Code Visualizer

Programming Practice

Places and ways to practice programming