What error? Please be specific. Please post the full text of the error you're getting.
PLEASE USE CODE TAGS (the <> formatting button) when posting code.
It makes it easier to read your code and also easier to respond to your post. http://www.cplusplus.com/articles/jEywvCM9/
Hint: You can edit your post, highlight your code and press the <> formatting button.
Line 8: You're trying to store multiple characters in a single character literal.
Line 44: You're trying to subscript a single character. The argument Mor is type char.