211090_0_31395.cpp
211090_0_31395.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
211090_0_31395.cpp(20) : error C2040: '<' : 'int [12]' differs in levels of indirection from 'int'
211090_0_31395.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
211090_0_31395.cpp(22) : error C2040: '==' : 'int [12]' differs in levels of indirection from 'int'
211090_0_31395.cpp(45) : error C2440: '=' : cannot convert from 'const bool' to 'bool [21]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
211090_0_31395.cpp(47) : error C2440: '=' : cannot convert from 'const bool' to 'bool [21]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
211090_0_31395.cpp(58) : error C2440: '=' : cannot convert from 'const bool' to 'bool [21]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
211090_0_31395.cpp(60) : error C2440: '=' : cannot convert from 'const bool' to 'bool [21]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|