0_0_21594736_5768.cpp:6:13: error: stray '#' in program
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:6:19: error: stray '#' in program
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:6:32: error: stray '#' in program
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:6:38: error: stray '#' in program
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp: In function 'bool Type(char)':
0_0_21594736_5768.cpp:6:14: error: lvalue required as unary '&' operand
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:6:16: error: expected ')' before ';' token
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:6:17: error: 'A' was not declared in this scope
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:6:33: error: lvalue required as unary '&' operand
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:6:36: error: 'Z' was not declared in this scope
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:6:42: error: expected primary-expression before ')' token
if (ch >= 'A'&&ch <= 'Z')
^
0_0_21594736_5768.cpp:8:2: error: 'else' without a previous 'if'
else
^
0_0_21594736_5768.cpp:6:25: error: label 'ch' used but not defined
if (ch >= 'A'&&ch <= 'Z')
^
|