View Single Post
Old Nov 15th, 2006, 12:55 AM   #3
aznballerlee
Hobbyist Programmer
 
Join Date: Nov 2006
Posts: 111
Rep Power: 2 aznballerlee is on a distinguished road
Okay, that works THANKS!

Another question is .. when I'm stepping throguh, how do I find out which random "secret word" was I using?

I have to implement the following:

How many rounds do you want to play? 3
Round 1
The secret word is 5 letters long


and to get that last line of output, I have to know the secret word.
How do I find that out?

And also, once i know it, can I put it in main and have
cout << "The secret word is" << wordList.size() << "letters long";
aznballerlee is offline   Reply With Quote