|
-
Mar 2nd, 2001, 05:52 PM
#1
Thread Starter
Hyperactive Member
I have a homework assignment due tonight;
I need to write a program in C++ with the following:
Hangman Game
It has to have 2 parallel arrays, One named Word, which will store the word entered by a user.
The second array will be called Guesses, will store a corisponding dash (-) for each letter in the word.
with each correct guess the (Hyphen) will be replaced by the letter.
Both the Guess and the word array will need to be 6 element Character arrays.
Now I fumbled my way through the simple array project, and this is my last problem, and I really need help. The book isn't really clear. I just want to finish the class and move on, it was required. I have no plans on writing in C++, I am O.K. with VB.
Help! I really need to get it done, and I have NO CLUE!
 Mahalo 
VB6(SP5), VC++, COBOL, Basic, JAVA
MBA, MCSD, MCSE, A+
Computer Forensics
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|