68324_0_18734.cpp
68324_0_18734.cpp(16) : error C2440: '=' : cannot convert from 'const int *' to 'int *'
Conversion loses qualifiers
68324_0_18734.cpp(17) : error C2440: '=' : cannot convert from 'int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
68324_0_18734.cpp(42) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'int *' (or there is no acceptable conversion)
|