70659_0_1025.c: In function `add':
70659_0_1025.c:10: error: `new' undeclared (first use in this function)
70659_0_1025.c:10: error: (Each undeclared identifier is reported only once
70659_0_1025.c:10: error: for each function it appears in.)
70659_0_1025.c:10: error: syntax error before "char"
70659_0_1025.c: In function `sub':
70659_0_1025.c:27: error: `new' undeclared (first use in this function)
70659_0_1025.c:27: error: syntax error before "char"
70659_0_1025.c: In function `mul':
70659_0_1025.c:49: error: `new' undeclared (first use in this function)
70659_0_1025.c:49: error: syntax error before "int"
70659_0_1025.c:51: error: syntax error before "char"
70659_0_1025.c:60: error: `delete' undeclared (first use in this function)
70659_0_1025.c:60: error: syntax error before "temp"
70659_0_1025.c: In function `div':
70659_0_1025.c:69: error: `new' undeclared (first use in this function)
70659_0_1025.c:69: error: syntax error before "char"
|