From 4bbbe63d1dc99b0c13e5a5104dc7842353db1ced Mon Sep 17 00:00:00 2001 From: Dishant Rathi Date: Wed, 21 Feb 2018 00:15:27 +0530 Subject: [PATCH] Update free-programming-books.md (#2728) * Update free-programming-books.md C Elements of Style was published by M&T books in 1992. This book covers only the C language and is a bit out dated. However it still contains a lot of good advice. * add author --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index ad3cdaf3..c8a28414 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -875,6 +875,7 @@ Kerridge (PDF) (Just fill the fields with any values) * [Beej's Guide to C Programming](http://beej.us/guide/bgc/) - B. Hall * [Beej's Guide to Network Programming - Using Internet Sockets](http://beej.us/guide/bgnet/) - B. Hall * [Build Your Own Lisp](http://www.buildyourownlisp.com) +* [C Elements of Style](http://www.oualline.com/books.free/style/) - Steve Oualline * [C for Python Programmers - Carl Burch](http://www.toves.org/books/cpy/) * [C Programming](https://en.wikibooks.org/wiki/Programming%3AC) - Wikibooks * [C Programming Boot Camp - Paul Gribble](http://www.gribblelab.org/CBootCamp/) -- GitLab