Description:
To keep program no use of graphics.h is there . It use randomize function to get different words.
In the game of Hangman, the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, all occurrences of that letter are revealed to the user. The game ends when the user has guessed every letter in the word, before he reaches the allowed number of strikes.
This program is an interactive Hangman game. The focus is to use and manipulate strings and loops. Click on download project button to download zip folder which contains C++ source code file.
how to download it page is redirecting again and again.
ReplyDeleteThe Link is now working properly ....... just click on the text " CLICK HERE TO DOWNLOAD" at bottom of the description ........ if still not working try to open the page in different browser
Deletethe program shows 23 errors
ReplyDeletecan u help me out?
The program is running fine in our system.
DeleteAll I can suggest you right now is try running this program on some other system or other version of c++.
because there is little difference in reading of program in every version to every compiler.
100 erors
ReplyDeleteCheck that whether the system is able to load header files or not.
DeleteTry running the program on some other computer or other compiler, because it is running fine in our system. I had developed it in borland c++.
If project is still not working then please comment again if possible with a little more info. regarding problem
Thanks
how to run those notepad files in c++
DeleteHii.
DeleteThese are .CPP files although the will by default open in Notepad but are C++ programs.
To open them C++ you can either
1. Copy this file in "BIN" folder of your C++ and then run your C++ and then OPEN the file
OR
2. right click on the file and then select "Open With" then browse your C++ software.
Hoping this will solve your problem
Feel free to ask any doubt again
Happy to help you
how to run those notepad files
ReplyDeleteHii.
DeleteThese are .CPP files although the will by default open in Notepad but are C++ programs.
To open them C++ you can either
1. Copy this file in "BIN" folder of your C++ and then run your C++ and then OPEN the file
OR
2. right click on the file and then select "Open With" then browse your C++ software.
Hoping this will solve your problem
Feel free to ask any doubt again
Happy to help you