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";