Introduction - If you have any usage issues, please Google them yourself
Practice pointers and pointer-based string operations, as well as multi-module program files. Designed to complete a word guessing game wordZ. The program will randomly choose a dictionary, a word and use - character to tell the user there are several letters of the word. After each time a user enter a letter, the program to determine whether the letter of the word, if there is displayed in all the letters in the word, otherwise there is no guess prompted. Users can have up to eight times the chance to guess (to re-type the letters are not included in included.). If the user within the maximum opportunity to guess guessed the word, then the second game players win, or the user fails. Users can choose whether to continue to repeat the game.