189613_0_12486.cpp
189613_0_12486.cpp(17) : 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
189613_0_12486.cpp(17) : error C2040: '!=' : 'int [101]' differs in levels of indirection from 'int'
189613_0_12486.cpp(28) : error C2440: '=' : cannot convert from 'int [101]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
189613_0_12486.cpp(37) : 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
189613_0_12486.cpp(37) : error C2040: '>' : 'int [101]' differs in levels of indirection from 'int'
189613_0_12486.cpp(39) : error C2440: 'initializing' : cannot convert from 'int [101]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
189613_0_12486.cpp(40) : error C2440: '=' : cannot convert from 'int' to 'int [101]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|