Resources

Suggestion: bookmark this page in your web browser for quick access.

CSE 333 Administrative Info
Academic Integrity
Assignments
Course Calendar
Email archive
Gradescope (written assignment submission)
Lectures
Sections
Syllabus

Code Editors
vim
VSCode with C/C++ on Linux

Access To CSE Machines
CSE Home VM - Run a full configured lab workstation on your machine as a virtual machine
CSE Virtual Lab - Remote login to CSE workstations.
Using VS Code to do remote editing on the attu machines - Run VSCode on your machine but have it operate as though it was running on a remote machine (e.g., attu). RECOMMENDED

Resources
C/C++ reference
C++ FAQ
C++ language tutorial
cs:app (351 textbook)
CSE GitLab
CSE 333 GitLab setup info
CSE 333 git tutorial
gdb manual
gdb quick reference card
git website / book
Google C++ style guide
Linux man pages