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

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