64667_0_5.cpp
64667_0_5.cpp(15) : error C2446: '==' : no conversion from 'char *' to 'char (*)[15]'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
64667_0_5.cpp(15) : error C2040: '==' : 'char [1000][15]' differs in levels of indirection from 'char [15]'
64667_0_5.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
64667_0_5.cpp(17) : error C2040: '==' : 'int [1000]' differs in levels of indirection from 'int'
64667_0_5.cpp(17) : warning C4553: '==' : operator has no effect; did you intend '='?
64667_0_5.cpp(25) : 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
64667_0_5.cpp(25) : error C2040: '>=' : 'int [1000]' differs in levels of indirection from 'int'
|