:confused:
The only remark I have is that you should pass the vector by const reference to showGameResults, rather than by value. Also, an instance of vector already knows its own size.