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
- 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