Skip to content

A collection of small, standalone C programs demonstrating basic utilities and functions.

Notifications You must be signed in to change notification settings

bryancandi/C-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

301 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The C Programming Language

A collection of C programs, samples, and exercises.
Including standalone examples, utilities, and solutions inspired by The C Programming Language (Kernighan & Ritchie).

Contents

  • 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

Building

Compile any program with:

gcc file.c -o file

About

A collection of small, standalone C programs demonstrating basic utilities and functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages