More topics:
- Built-in types in C: char, short, int, long
- Types have sizes: sizeof(…)
- Concept: Pointers
- Strings are a trick.
Basic Linux and Vim #
- Working on the Linux command line.
- Command line basics: command, arguments
- Directories, pwd, cd, mkdir, rmdir
vim editor
- syntax highlighting and auto-indentation
- editing modes
- combining
- navigating with relative moves
- cutting and copying lines and groups of lines
- navigating with ? and /
Directories #
- Directories, pwd, cd, mkdir, rmdir
- Demonstrate ;, ||, &&, >, », <, and &.
- That feeds into bg, fg, jobs, etc.
Overflow #
Go ahead and actually explain pointers, at least to single items and strings.