81885_0_2301.cpp
81885_0_2301.cpp(14) : error C2446: '==' : no conversion from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
81885_0_2301.cpp(14) : error C2040: '==' : 'char [101]' differs in levels of indirection from 'int'
81885_0_2301.cpp(16) : error C2446: '==' : no conversion from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
81885_0_2301.cpp(16) : error C2040: '==' : 'char [101]' differs in levels of indirection from 'int'
81885_0_2301.cpp(18) : error C2446: '==' : no conversion from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
81885_0_2301.cpp(18) : error C2040: '==' : 'char [101]' differs in levels of indirection from 'int'
81885_0_2301.cpp(20) : error C2446: '==' : no conversion from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
81885_0_2301.cpp(20) : error C2040: '==' : 'char [101]' differs in levels of indirection from 'int'
81885_0_2301.cpp(22) : error C2446: '==' : no conversion from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
81885_0_2301.cpp(22) : error C2040: '==' : 'char [101]' differs in levels of indirection from 'int'
|