1.

I wants to know about the point or ideas to add hangman game in c++ to improve my assignment

Answer»

main THING from the program is holding the guessed letters in an array collection and manipulating against the randomly picked WORD. In addition, you NEED to count the missing letters.2. The enumeration class is an indicator whether a USER is winning or losing the game.3. The program class is the one which takes all the actions from the user and runs the game.need help?visit : https: //WWW. codeproject. com /Articles /61917 / Hangman-Game



Discussion

No Comment Found