diff options
author | Joe Savage <joe@reinterpretcast.com> | 2015-08-30 20:51:23 +0100 |
---|---|---|
committer | Joe Savage <joe@reinterpretcast.com> | 2015-08-30 20:51:58 +0100 |
commit | e0d0e9189bb6e0af14a21e0c315922bc16fc2e14 (patch) | |
tree | 6f485040d0fcca223a8903209d4a8d453be7390d /c.html.markdown | |
parent | 7cb94b3b85608a73a0200469a8fa897e68f7c991 (diff) |
revert additional resource suggestion in c.html.markdown
Diffstat (limited to 'c.html.markdown')
-rw-r--r-- | c.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown index 2b087688..8e631de4 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -634,7 +634,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. -Other good resources include [Learn C The Hard Way](http://c.learncodethehardway.org/book/) and [SourceCrunch](https://www.sourcecrunch.com/courses/foundations-of-c). +Another good resource is [Learn C The Hard Way](http://c.learncodethehardway.org/book/). If you have a question, read the [compl.lang.c Frequently Asked Questions](http://c-faq.com). |