Pages

Sunday, November 20, 2011

cpp-basic program structure to run a hangman game



The following codes deliver the basic program structure to run a hangman game.

This codes demonstrate the use of the followings:
1) variable declaration
a. integer
b. string
c. array

2) control structure
a. IF ... ELSE
b. FOR ...
c. DO ... WHILE

3) Functions
a. Function Declaration
b. Function Calls
c. Function Returns

1 comment:

Unknown said...

hi. thanks for the link. was quite interesting.

hangman word game

Stats