It would help to read the error message, which mine read somewhere along the lines of empty character constant. Unlike strings(double quotes), there is no implied value(nul value, '\0') in a character literal(single quote) so it would produce an error. Fill the single quote with a space since that's what I think you intend.
asrockw7
Junior Poster in Training
86 posts since Apr 2011
Reputation Points: 28
Solved Threads: 6
Skill Endorsements: 0
Question Answered as of 9 Months Ago by
asrockw7