changes.mady.by.user Alex Volkovitsky
Saved on May 15, 2008
changes.mady.by.user Robert Seacord
Saved on Jun 01, 2008
...
FIO12-A. Prefer setvbuf() to setbuf()
FIO13-A. Take care when using ungetc()Never push back more than one character and never push back anything other than what was read
FIO14-A. Understand the difference between text mode and binary mode with file streams