User profile: phanalax

User info
User name:phanalax
History
Joined:
Number of posts:14
Latest posts:

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 correctly
Ah I see whats wrong, you need to take the string in by reference so the functions can modify them d...

string functions not working correctly
You should post your new code, I can't help you without seeing it.

string functions not working correctly
You 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 ...