February 1, 2006



Coverage: [USP] Chapter 4


Code Solution to Problem 10 of Exam 1 tested in Win32


Importance of Using Appropriate Types

char c;

while ((c = getchar()) != EOF) {
   ...
}


I/O Recap


UNIX I/O Data Structures


Buffered Output


Redirection


Examples


Other Things Briefly Mentioned



Return Home