Greeting Guys ..
I'm Asked to make the Hangman Game using C++ ..
Acutally I'm stuck in how to put a dictionary of words ( each 5 letters ) inside an array .. and how to compare the input from the user to the word chosen from the dictionary..
I even having problems in how to take randomly a word from the array and ask the user to input it..
i need a simple program to do this
without using fstream nor vectors...
I hope someone can help me as soon as possible..thank you