160621_0_22606.cpp
160621_0_22606.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
160621_0_22606.cpp(20) : error C2040: '<' : 'int [12]' differs in levels of indirection from 'int'
160621_0_22606.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
160621_0_22606.cpp(22) : error C2040: '==' : 'int [12]' differs in levels of indirection from 'int'
160621_0_22606.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
160621_0_22606.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
160621_0_22606.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
160621_0_22606.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
|