195017_0_29174.cpp
195017_0_29174.cpp(7) : error C2446: '!=' : no conversion from 'const int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
195017_0_29174.cpp(7) : error C2040: '!=' : 'char *' differs in levels of indirection from 'const int'
|