202805_0_30432.cpp
202805_0_30432.cpp(18) : error C2440: '=' : cannot convert from 'int' to 'int [5]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
202805_0_30432.cpp(19) : error C2297: '+=' : illegal, right operand has type 'int [5]'
202805_0_30432.cpp(32) : error C2297: '+=' : illegal, right operand has type 'int [5]'
202805_0_30432.cpp(45) : error C2446: '>=' : no conversion from 'double' to 'int *'
There is no context in which this conversion is possible
202805_0_30432.cpp(45) : error C2115: '>=' : incompatible types
|