Suggested Reading Schedule
MIM 3132
Summer 2001



 
 
 

Week
Topic
Reading (all from Deitel & Deitel)
1 UNIX Intro Class handouts, or print in 274 SN: unix.ps, emacs.ps, gdb.ps from directory
/usr/local/share/docs
2 Basic operators, I/O Chapter 2
3 if-else & loops Chapters 3 and 4
4 Functions Chapter 5
5 Scope, modularity Chapter 5
6 Pointers Ch. 7.1 - 7.11
7 Arrays Chapter 6
8 Arrays, Strings Chapter 8
9 Strings, Pointers, Files Chapters 8 and 11
10 Structs, Dynamic Memory Chapter 10, 14.11