Lesson 8: Where Oh Where Has My Little Byte Gone
Outline:
- Reading bytes
hexdump- parsing the CS t-shirt
- Unicode: UTF-8, UTF-16BE, UTF-16LE
- Lab 3, Part A: character representation
- Lab 3, Part B: integer representation
After class:
- Explore another useful sample:
- Pointers,
*/&and->/., linked lists:memory.c
- Pointers,
Reading assignment (to be completed by the next class):
Relevant to our discussion today:
For next time:
- Assignment 4: Queues – read the assignment description and try to run the starter code!