156080_0_20024.cpp
156080_0_20024.cpp(16) : error C2296: '*' : illegal, left operand has type 'int [10008]'
156080_0_20024.cpp(20) : error C2440: '=' : cannot convert from 'int' to 'int [10008]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
156080_0_20024.cpp(26) : error C2440: '=' : cannot convert from 'long' to 'int [10008]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
156080_0_20024.cpp(33) : 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
156080_0_20024.cpp(33) : error C2040: '<' : 'int [10008]' differs in levels of indirection from 'const int'
156080_0_20024.cpp(34) : 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
156080_0_20024.cpp(34) : error C2040: '<' : 'int [10008]' differs in levels of indirection from 'const int'
156080_0_20024.cpp(35) : 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
156080_0_20024.cpp(35) : error C2040: '<' : 'int [10008]' differs in levels of indirection from 'const int'
156080_0_20024.cpp(36) : 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
156080_0_20024.cpp(36) : error C2040: '<' : 'int [10008]' differs in levels of indirection from 'const int'
|