diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-01-11 14:06:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 14:06:52 +0530 |
commit | 1d00814fb79a0a45ee67c5b2437922de95cd1474 (patch) | |
tree | af47b1947e530d098c8e395a906801c6ee0e5f6f /c.html.markdown | |
parent | d5681518044bcebcc706fd93bc5903e2ff98fef8 (diff) | |
parent | ce9d59bdb2a7d263045d77e3ea40d4f6ef61c572 (diff) |
Merge pull request #3683 from heitorPB/c-update-book-link
[C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
Diffstat (limited to 'c.html.markdown')
-rw-r--r-- | c.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown index 7975a1c2..e5ffc379 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -10,6 +10,7 @@ contributors: - ["himanshu", "https://github.com/himanshu81494"] - ["Joshua Li", "https://github.com/JoshuaRLi"] - ["Dragos B. Chirila", "https://github.com/dchirila"] + - ["Heitor P. de Bittencourt", "https://github.com/heitorPB/"] --- Ah, C. Still **the** language of modern high-performance computing. @@ -820,7 +821,7 @@ Best to find yourself a copy of [K&R, aka "The C Programming Language"](https:// It is *the* book about C, written by Dennis Ritchie, the creator of C, and Brian Kernighan. Be careful, though - it's ancient and it contains some inaccuracies (well, ideas that are not considered good anymore) or now-changed practices. -Another good resource is [Learn C The Hard Way](http://c.learncodethehardway.org/book/). +Another good resource is [Learn C The Hard Way](http://learncodethehardway.org/c/). If you have a question, read the [compl.lang.c Frequently Asked Questions](http://c-faq.com). |