CS162 Lecture 4: Abstractions 2: Files and I/O

In this lecture, we continue our brief foray into user-level programming by discussing File and I/O APIs -- both stream and RAW interfaces. We also discuss the behavior of fork() in combination with files.
Back to Top