diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2014-11-27 00:42:20 -0700 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2014-11-27 00:42:20 -0700 |
commit | e1610bf1a93550740072832cff1c647b0869a993 (patch) | |
tree | 2d933f5062f8318a841ca4a763692c71d03a9eb3 /c.html.markdown | |
parent | 448aee0ed7b68d1ad029d78f3ac157eeba8c3555 (diff) | |
parent | 1d7f26f2f4ce6d8ff1eeb6055d635b3fd63bbbcf (diff) |
Merge remote-tracking branch 'upstream/master'
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 874197d3..f44da38e 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -629,7 +629,7 @@ typedef void (*my_fnp_type)(char *); ## Further Reading Best to find yourself a copy of [K&R, aka "The C Programming Language"](https://en.wikipedia.org/wiki/The_C_Programming_Language) -It is *the* book about C, written by the creators of C. Be careful, though - it's ancient and it contains some +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/). |