Feb 5
The "playing with bits" and "word list in C"
assignment is due today.
The point is to understand how data - integers,
strings, bytes, bits - are represented at
the machine level. This includes bit operations
such as xor and shift, which we're playing around
with in C.
We're also exploring arrays and pointers
by practicing programming in C.
resources
homework
an example ... with a taste of gdb
textbook slides
CMU labs
Demo ishow, fshow, btest ; discuss.
consensus
So ... how are you doing with all this?