80324_0_8770.cpp
80324_0_8770.cpp(23) : error C2440: '=' : cannot convert from 'const int' to 'double [51]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
80324_0_8770.cpp(25) : error C2297: '+=' : illegal, right operand has type 'int [6]'
80324_0_8770.cpp(26) : error C2296: '/=' : illegal, left operand has type 'double [51]'
80324_0_8770.cpp(33) : error C2297: '+=' : illegal, right operand has type 'int [6]'
80324_0_8770.cpp(42) : error C2446: '<' : no conversion from 'double' to 'int *'
There is no context in which this conversion is possible
80324_0_8770.cpp(42) : error C2115: '<' : incompatible types
|