0_0_2527930_14229.cpp: In function `void add()':
0_0_2527930_14229.cpp:11: error: invalid operands of types `char[20]' and `char[20]' to binary `operator+'
0_0_2527930_14229.cpp:12: error: ISO C++ forbids comparison between pointer and integer
0_0_2527930_14229.cpp:14: error: incompatible types in assignment of `int' to `char[20]'
0_0_2527930_14229.cpp:18: error: ISO C++ forbids comparison between pointer and integer
0_0_2527930_14229.cpp:20: error: name lookup of `i' changed for new ISO `for' scoping
0_0_2527930_14229.cpp:9: error: using obsolete binding at `i'
0_0_2527930_14229.cpp:23: error: incompatible types in assignment of `char' to `char[20]'
0_0_2527930_14229.cpp:28: error: `strrev' undeclared (first use this function)
0_0_2527930_14229.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2527930_14229.cpp: In function `int main()':
0_0_2527930_14229.cpp:46: error: `strrev' undeclared (first use this function)
|