I have the following function:
void guessString(std::string &userInput, std::string &guess, int num, int count){ if(num == userInput.size()){