Include Textbook for System Programming in C at the University of Illinois (#6149)

* Include Textbook for System Programming in C at the University of Illinois

* Correct book title and add authors
This commit is contained in:
Pengyue Jiang 2021-10-11 08:55:42 -05:00 committed by GitHub
parent 2f5292be08
commit 87df629444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -424,6 +424,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [C Programming](https://en.wikibooks.org/wiki/Programming%3AC) - Wikibooks
* [C Programming Boot Camp - Paul Gribble](https://gribblelab.org/teaching/CBootCamp/)
* [C Programming Tutorial](https://www.tutorialspoint.com/cprogramming/) - Tutorialspoint (HTML)
* [Coursebook](https://github.com/illinois-cs241/coursebook) - B. Venkatesh, L. Angrave, et al.
* [Deep C](http://www.slideshare.net/olvemaudal/deep-c)
* [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) - Nick Parlante (PDF)
* [Everything you need to know about pointers in C - Peter Hosey](http://boredzo.org/pointers/)