188739_0_13527.cpp
188739_0_13527.cpp(5) : error C2446: '!=' : no conversion from 'const int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
188739_0_13527.cpp(5) : error C2040: '!=' : 'int *' differs in levels of indirection from 'const int'
188739_0_13527.cpp(6) : error C2143: syntax error : missing ')' before '{'
|