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