A collection of C programming tutorials and example projects.
A quick-reference instruction sheet covering variables, pointers, arrays, functions, structs, and memory management.
A beginner build-along: score a bowling game with only if/else, refactor it down to one loop, then draw the finished scoresheet on your terminal in color with ANSI escape codes.
An amortization calculator example written in ANSI C.
Connect to SQLite3, create a table with name and date of birth fields, insert records, and query them back.