CS 330 Lecture 17 – On to C
Agenda
- what ?s
- program this
- think about this
- C over assembly
TODO
- Read The Descent to C. 1/4 sheet.
Program This
Write atoi
, which converts a C string into an integer.
Think About This
Imagine you are an assembly language programmer in the 1970s. What’s one gripe you have with assembly?