nested loop just outputting garbage noobI'm not sure how to help with the name question but as for the health area. I would define the healt...
getline??The problem is that you are using getline after a >> operator. The >> operator reads everything up t...
help reading from a text file.You have the queueFile.open command commented out. That's why the file is never opened.
ConfusedIt could be because you don't pass the totalVotes by reference. So when you calculate totalVotes ins...
Hangman Game: Help with finding errorThe problem here lies in line 71. [code]if (the_Word[i == guess]) //check if guess is in word[/code...
This user does not accept Private Messages