C Note. Learning materials and practice code for the C programming language.

github.com/jwasham/c-note

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2016
  • Added testing with struct type.
  • Added reference to solutions.
  • Completed exercise 7.2
  • Started work on sensible printing program
  • Completed exercise 7.1
  • Added code for lowercasing a stream
  • Converted indexing to pointers
  • Moved file.
  • Added date sanity checks to day converter
  • Moved day-converter
  • Added day converter from C book exercise
  • Merge remote-tracking branch 'origin/master'
  • Added string reverse by pointer.
April 2016
  • Merge branch 'master' of https://github.com/jwasham/c-note
  • Added some fun bit algorithms
  • Reformatted.
  • Added slist header file
  • Added slist
  • Added trie header file
  • Added trie