Lesson 6: Where Oh Where Has My Little Byte Gone
Outline:
- Pointers and strings, revisited
&and*operators- pointers and structs
- C string functions and
strings.c
- Byte ordering
hexdump- Unicode: UTF-8, UTF-16BE, UTF-16LE
- Lab 2, Part A: character representation
- Lab 2, Part B: integer representation
- Byte ordering, revisited
- character representation
- integer representation
- example:
show_bytes.c
Reading assignment (to be completed by the next class):