A collection of C programs, samples, and exercises.
Including standalone examples, utilities, and solutions inspired by The C Programming Language (Kernighan & Ritchie).
- docs — Markdown notes about C / Unix topics
- examples — Small C examples and utilities
- games — Small C games
- graphics — OpenGL experiments
- k_and_r — Classic / modernized exercises and code samples from K&R
- msys2 — MSYS2 Setup on Windows x64 (MINGW64 & UCRT64)
- tools — Portable utility programs that work across multiple platforms
- unix_tools — Unix-specific utility programs and Linux equivalents
Compile any program with:
gcc file.c -o file