69606_0_32015.cpp
69606_0_32015.cpp(13) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'long [6]' (or there is no acceptable conversion)
69606_0_32015.cpp(14) : error C2296: '*' : illegal, left operand has type 'long [6]'
69606_0_32015.cpp(28) : error C2440: '=' : cannot convert from 'const int' to 'long [20001]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
69606_0_32015.cpp(28) : error C2440: '=' : cannot convert from 'const int' to 'long [20001]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
69606_0_32015.cpp(33) : error C2297: '*' : illegal, right operand has type 'long [6]'
|