Programming Project: ParseInput


To start getting used to programming in C, read Chapter 1 of K & R through section 1.6 (you may also want to take a look at the first few sections of chapter 5) and do the following practice program. You may work on it individually or in groups of two. If you have questions about how to compile a C program from the Unix/Linux command line, this document may help.

When you're done, get started on the Disassembler Utilities programming project, the first step of the Disassembler project, one of two major projects in this course.