127797_0_26362.cpp
127797_0_26362.cpp(19) : error C2440: '=' : cannot convert from 'int' to 'int [5844]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
127797_0_26362.cpp(20) : 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
127797_0_26362.cpp(20) : error C2040: '==' : 'int [5844]' differs in levels of indirection from 'int'
127797_0_26362.cpp(21) : 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
127797_0_26362.cpp(21) : error C2040: '==' : 'int [5844]' differs in levels of indirection from 'int'
127797_0_26362.cpp(22) : 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
127797_0_26362.cpp(22) : error C2040: '==' : 'int [5844]' differs in levels of indirection from 'int'
127797_0_26362.cpp(23) : 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
127797_0_26362.cpp(23) : error C2040: '==' : 'int [5844]' differs in levels of indirection from 'int'
|