969342_0_0_26006.cpp: In function `int main()':
969342_0_0_26006.cpp:17: error: cannot convert `char (*)[10]' to `const char*' for argument `1' to `int strcmp(const char*, const char*)'
969342_0_0_26006.cpp:18: error: ISO C++ forbids cast to non-reference type used as lvalue
969342_0_0_26006.cpp:18: error: non-lvalue in assignment
969342_0_0_26006.cpp:20: error: ISO C++ forbids comparison between pointer and integer
969342_0_0_26006.cpp:21: error: invalid conversion from `int*' to `int'
|