156320_0_3925.cpp
156320_0_3925.cpp(15) : error C2296: '*' : illegal, left operand has type 'int [10008]'
156320_0_3925.cpp(19) : 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
156320_0_3925.cpp(25) : 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
156320_0_3925.cpp(31) : 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
156320_0_3925.cpp(31) : error C2040: '<' : 'int [10008]' differs in levels of indirection from 'const int'
156320_0_3925.cpp(32) : 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
156320_0_3925.cpp(32) : error C2040: '<' : 'int [10008]' differs in levels of indirection from 'const int'
156320_0_3925.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
156320_0_3925.cpp(33) : error C2040: '<' : 'int [10008]' differs in levels of indirection from 'const int'
156320_0_3925.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
156320_0_3925.cpp(34) : error C2040: '<' : 'int [10008]' differs in levels of indirection from 'const int'
|