hi..
i'm trying to creat a game on c++ that store some words with at least seven letters in an array, and to randomly select one word and jumble up the letters and display the jumbled-up word.
like..
PROJECT can be jumbled-up as CJEROTP
The player has to guess the correct word.
The player will type the letters in a correct order to form the word.
and they must try until they get the right word
and give the option to continue
i'v been working on it for some time...but it seems that i'm missing something...:-/
thx