So ya, this is my first post, but this is my current source code, the title is my error. Everywhere online I read about this error talks about how char has to be unsigned, because it can only be 255 or lower (which makes it odd that the error says <= 256), but when I attempt to change to unsigned, my page runs syntax errors for my returns from member functions, and for my "one.''(input)" calls. Any help would be appreciated, I'm sure I am just doing something tarded with my code.
Also I originally wrote this as a char instead of string design, but then I realized my assignment said strings and I was starting to get confused on how I was to capitalize the first letter of every word in a single string, so that's why the code looks so awkward right now.