Skip to content

A rewritten version of The C Programming Book (2nd edition)'s code made to work with newer C compilers.

License

Notifications You must be signed in to change notification settings

monitio/the-c-programming-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The C programming book rewritten


This is a collection of a bunch of code from:

The C Programming Language (2nd Edition) book by Dennis Ritchie (Author) and Brian Kernighan (Author)

that has been improved to work with newer C compilers such as GCC or clang.

Not all code will be put in the chapters as some are essentially just the same as what I have already put in there. But comments will stay the same as listed in the book. The code listed will be put with an executable for Windows. Linux executables will be made soon.

I will compile everything using GCC. Other C compilers (such as the one they use in the book) won't be used.

If you don't have a copy of the book (which is recommended when reading through the code here) from somewhere like Amazon you can find an archived version of it in a PDF document from here.

Progress:

About

A rewritten version of The C Programming Book (2nd edition)'s code made to work with newer C compilers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages