C Programming Language

Exercises and notes taken from working through The C Programming Language book

Current Version

V1

Using

This was to help me to gain a deeper understanding of programming in a way that high level interpreted languages would not, while also learning C so that other compiled languages that I wanted to learn such as C++, Go, or Rust would be easier to understand. I also have a script to help me compile some of exercises more easily, and for the most complicated files I've also used Make to make it easier to compile the more complex programs I wrote as part of the book