06 November 2012

Part 11 - Word-length histogram I

Topics covered

Array applications
Counting word lengths
Modifying a program to perform a new task

04 November 2012

Part 10 - Arrays

Topics Covered:

Arrays
Counting digits
Comparing characters numerically

Part 9 - Counting words in the input

Topics Covered:

Counting words
The bool type and stdbool.h
More about the PATH variable

02 November 2012

Part 8 - Character processing

Topics Covered:

Character processing using getchar() and putchar()
Counting blanks, tabs and newlines
Compressing multiple blanks into one

30 October 2012

28 October 2012

Part 6 - While and For Loops

Topics Covered:

While loops
Loop conditions and "forever" loops
The "for" loop

Part 5 - Assignments, Expressions and Function Calls

Topics Covered:

Combining assignments, expressions and function calls
Integer types: 16-bit and 32-bit
Counting characters in the input stream