Skip to content

Commit

Permalink
Merge pull request #6 from mystuffs/master
Browse files Browse the repository at this point in the history
Fix K&R book link
  • Loading branch information
kspalaiologos authored Sep 17, 2022
2 parents 632e594 + 7a3c8d5 commit 1f9056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains a list of books and other resources about C programming
- [Youtube](https://youtube.com/). Learning from various youtube channels that are not-so-popular is not a good idea. You need solid place to learn from. Although, there are channels like [this one](https://www.youtube.com/channel/UCzn6vAfspIcagLax1fck_jw), they introduce really bad programming practices and teach how **not** to program.

#### Where to learn from:
- [K&R book](https://archive.org/download/The_C_Programming_Language/The_C_Programming_Language.pdf) is often thought as the Bible of C. There are many C standards but K&R C is thought of as the most common - every compiler has to support it. The most used standard is C89, although we have C99 and C11 that are more recent. This way, K&R book is always on topic. It was written by the creators of C - they can't be wrong.
- [K&R book](https://archive.org/download/cprogbooks/k%26r.pdf) is often thought as the Bible of C. There are many C standards but K&R C is thought of as the most common - every compiler has to support it. The most used standard is C89, although we have C99 and C11 that are more recent. This way, K&R book is always on topic. It was written by the creators of C - they can't be wrong.
* Pros:
* This book is **written by Dennis Ritchie**, who **was one of the main people behind the development and design of C** and UNIX.
* This book is so well known that it's affectionately called "K&R", after the authors.
Expand Down

0 comments on commit 1f9056f

Please sign in to comment.