CMPUT 275
Summaries for CMPUT 275.
This site is a collection of lecture summaries for CMPUT 275. The summaries are generated by an AI model Qwen/Qwen3.5-9B, and are meant as study aids only—always reference the official course slides for authoritative content.
Recommended Study Path
Follow this sequence to build concepts without gaps.
1) Orientation
Course policies, grading, communication rules, and how to manage deadlines.
2) Shell & CLI
Shell workflows, pipes, redirection, and command-line argument handling.
3) C Fundamentals
C syntax, memory model, arrays/strings, and pointer foundations.
4) Data & Memory
Structs, dynamic memory, mutation patterns, and safe pointer ownership.
5) Build & Modularity
Declarations, headers, object files, linking, and separate compilation.