error in program due today!!You should post the whole code. Also make sure you actually have an int named WINARR_SIZE
string functions not working correctlyAh I see whats wrong, you need to take the string in by reference so the functions can modify them d...
string functions not working correctlyYou should post your new code, I can't help you without seeing it.
string functions not working correctlyYou should use the getline function to get a string of input instead of cin, that way if some puts i...
How should I start solving this class problem? You could make a map of available letters in the first string, then when checking the second string ...