Back to Home

ANSI C Examples

A collection of C programming tutorials and example projects.

Basic C

A quick-reference instruction sheet covering variables, pointers, arrays, functions, structs, and memory management.

Learning to Code by Bowling

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.

Amortization

An amortization calculator example written in ANSI C.

SQLite3 Database

Connect to SQLite3, create a table with name and date of birth fields, insert records, and query them back.