196925_0_14360.cpp
196925_0_14360.cpp(17) : 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
196925_0_14360.cpp(17) : error C2040: '==' : 'char [100000]' differs in levels of indirection from 'int'
|