73491_0_14633.cpp
73491_0_14633.cpp(16) : error C2296: '%' : illegal, left operand has type 'int [6]'
73491_0_14633.cpp(16) : error C2446: '>' : no conversion from 'const int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
73491_0_14633.cpp(16) : error C2040: '>' : 'int [6]' differs in levels of indirection from 'const int'
73491_0_14633.cpp(17) : error C2440: '=' : cannot convert from 'const int' to 'int [6]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
73491_0_14633.cpp(18) : error C2296: '%' : illegal, left operand has type 'int [6]'
73491_0_14633.cpp(18) : error C2446: '>' : no conversion from 'const int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
73491_0_14633.cpp(18) : error C2040: '>' : 'int [6]' differs in levels of indirection from 'const int'
73491_0_14633.cpp(19) : error C2440: '=' : cannot convert from 'const int' to 'int [6]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
73491_0_14633.cpp(20) : error C2296: '*' : illegal, left operand has type 'int [6]'
73491_0_14633.cpp(28) : error C2440: '=' : cannot convert from 'const bool' to 'bool [2000]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
73491_0_14633.cpp(38) : error C2446: '<=' : no conversion from 'int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
73491_0_14633.cpp(38) : error C2040: '<=' : 'int' differs in levels of indirection from 'int [6]'
|