Author: Stan Eisenstat
Subject: Reading assignments
Date: Wednesday, 12 Feb 2020, 12:54:01
Date Reading ~~~~ ~~~~~~~ 01/13 Kernighan & Ritchie, Chapter 1 (introduction to C) Aspnes, Chapter 2, Sections 3.1-3.3 (introduction to Zoo and Linux) Matloff: http://heather.cs.ucdavis.edu/~matloff/Debug/Debug.pdf Makefile, Style, and NewC handouts 01/28 Kernighan & Ritchie, Chapter 2 (types, operators, and expressions), Kernighan & Ritchie, Chapter 3 (control flow), Kernighan & Ritchie, Chapter 4 (functions and program structure) Kernighan & Ritchie, Section 5.10 (command-line arguments) Kernighan & Ritchie, Appendix B2 (character class tests), Kernighan & Ritchie, Appendix B3 (string functions) Kernighan & Ritchie, Appendix B5 (utility functions) Aspnes, Section 3.4 (debugging) 02/10 Kernighan & Ritchie, Chapter 5 (pointers) Kernighan & Ritchie, Section 7.6 (printing to the standard error) Kernighan & Ritchie, Section 7.8 (string functions and storage management) Kernighan & Ritchie, Section B3 (string functions) Aspnes, Section 3.4.4 (valgrind) Aspnes, Section 4.9 (pointers and malloc()) Aspnes, Section 4.10 (strings) /c/cs223/Hwk3/Valgrind /c/cs223/Hwk3/Valgrind Last modified 02/10/20PREV INDEX NEXT