93186_0_5716.cpp
93186_0_5716.cpp(10) : error C2446: '>' : no conversion from 'int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
93186_0_5716.cpp(10) : error C2040: '>' : 'int' differs in levels of indirection from 'int [100]'
93186_0_5716.cpp(12) : error C2440: '=' : cannot convert from 'int [100]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
|