Lesson 8: Where Oh Where Has My Little Byte Gone

Outline:

  1. Reading bytes
  2. Unicode: UTF-8, UTF-16BE, UTF-16LE
  3. Lab 3, Part A: character representation
  4. Lab 3, Part B: integer representation

After class:

  1. Explore another useful sample:
    • Pointers, */& and ->/., linked lists: memory.c

Reading assignment (to be completed by the next class):

Relevant to our discussion today:

For next time: