Hangman game, objective programming.
The game doesn't stop even if the answer is correct ("while" loop works until guesses number reach maximum). In the beginning I thought it's a problem with vector to string conversion but it seems it's not that,
that's why I post link to the whole code here: http://pastebin.com/a34jfGBi
Please, suggest what to change in order to make the game work properly