CSc 352: Reading

June 3rd-10th

Chapter references are to the text The UNIX C Shell Field Guide by Anderson and Anderson.
Common Unix Commmands Pages 1-8
A tour of the C Shell Section 2.3
Basic Command Forms Sections 3.1-3.5


June 10th-17th

Chapter references are to the text The C Programming Language by Kernighan and Ritchie.
Tutorial Introduction Ch-1, except 1.10
Types Operators and Expressions Ch-2
Control Flow Ch3, except 3.8
Functions Ch-4, except 4.11


June 17th-24th

Chapter references are to the text The C Programming Language by Kernighan and Ritchie.
Pointers and Arrays Ch-5


June 28th-July 5th

Chapter references are to the text The C Programming Language by Kernighan and Ritchie.
Structures Ch-6


July 12th -July 17th

Chapter references are to the text The C Programming Language by Kernighan and Ritchie.
The C Preprocessor Ch-4, Section 4.11
Pointers To Functions Ch-5, Setion 5.11


July 17th -July 24th

Chapter references are to the text The C Programming Language by Kernighan and Ritchie.
Input and Output Ch-7
The Unix System Interface Ch-8