Setup Tutorial
Get your computer set up for C++ development and EECS 280 projects.
1. Command Line Setup
Windows Setup
Basic setup on Windows
macOS Setup
Basic setup on macOS
2. Command Line Use
Command Line
Execute commands via shell
3. C++ Dev Environment
VS Code
Recommended
Easy-to use editor for any OS
XCode
Feature-rich IDE for macOS
Visual Studio
Feature-rich IDE for Windows
4. C++ Compilation
Makefiles
Recipes for compiling and testing code