158919_0_17723.cpp: In function `int main()':
158919_0_17723.cpp:25: error: incompatible types in assignment of `char' to `char[1000]'
158919_0_17723.cpp:27: error: incompatible types in assignment of `char' to `char[1000]'
158919_0_17723.cpp:29: error: invalid operands of types `char[1000]' and `char[1000]' to binary `operator+'
158919_0_17723.cpp:34: error: incompatible types in assignment of `char' to `char[1000]'
158919_0_17723.cpp:36: error: incompatible types in assignment of `char' to `char[1000]'
158919_0_17723.cpp:38: error: invalid operands of types `char[1000]' and `char[1000]' to binary `operator+'
158919_0_17723.cpp:44: error: invalid operands of types `char[1000]' and `char[1000]' to binary `operator+'
158919_0_17723.cpp:50: error: ISO C++ forbids comparison between pointer and integer
158919_0_17723.cpp:50: error: incompatible types in assignment of `int*' to `int[1000]'
158919_0_17723.cpp:51: error: incompatible types in assignment of `int' to `int[1000]'
|