118218_0_12181.cpp
118218_0_12181.cpp(16) : error C2297: '+=' : illegal, right operand has type 'int []'
118218_0_12181.cpp(18) : error C2440: '=' : cannot convert from 'int []' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
118218_0_12181.cpp(41) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'int [101]' (or there is no acceptable conversion)
118218_0_12181.cpp(47) : error C2106: '=' : left operand must be l-value
118218_0_12181.cpp(57) : error C2297: '+=' : illegal, right operand has type 'int [101]'
|