106853_0_21974.cpp
106853_0_21974.cpp(13) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'int [100]' (or there is no acceptable conversion)
106853_0_21974.cpp(17) : error C2446: '<' : no conversion from 'int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
106853_0_21974.cpp(17) : error C2040: '<' : 'int [100]' differs in levels of indirection from 'int'
106853_0_21974.cpp(19) : error C2440: '=' : cannot convert from 'int [100]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
106853_0_21974.cpp(30) : error C2143: syntax error : missing ';' before '/'
|