Lesson 4: The Hype About Types
Outline:
- Understanding variables and memory
- variable types
sizeof
- example:
sizes.c
typedef
- variable types
- C Structs
- overview
- using
.
vs.->
- example:
memory.c
- Queues assignment—any questions?
- Lab 2: debugging C with VS Code
Reading assignment (to be completed by the next class):
- Bryant & O’Halloran Sec. 2.1.6–2.1.9 (p. 50–59)