176080_0_29813.cpp
176080_0_29813.cpp(21) : error C2440: '=' : cannot convert from 'const int' to 'int [100]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
176080_0_29813.cpp(28) : error C2440: '=' : cannot convert from 'int' to 'int [100]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
176080_0_29813.cpp(29) : error C2446: '>=' : no conversion from 'int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
176080_0_29813.cpp(29) : error C2040: '>=' : 'int [100]' differs in levels of indirection from 'int'
176080_0_29813.cpp(30) : error C2106: '=' : left operand must be l-value
176080_0_29813.cpp(32) : error C2440: '=' : cannot convert from 'int' to 'int [100]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
176080_0_29813.cpp(37) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|