Lecture overview -- Keyboard shortcut: 'u'  Previous page: Structured Programming -- Keyboard shortcut: 'p'  Next page: Observations about Structured Programming -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Introduction to Object-oriented Programming - slide 3 : 22

A structured program: Hangman
A sketch of Hangman 2006 - seen as a structured program
hangman.c
The main function of the Hangman program.
hangman.c
The function getPlayerName of main.
hangman.c
The function initHangman of main.
hangman.c
The function askUser of main.
hangman.c
The function playHangman of main.
hangman.c
The function InitGame of playHangman.
puzzles.c
The function getPuzzle of playHangman.
Etc., etc...
Go to exercise
How did you program the Hangman game?