39953_0_29486.cpp
39953_0_29486.cpp(20) : error C2440: '=' : cannot convert from 'const int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
39953_0_29486.cpp(35) : error C2440: '=' : cannot convert from 'const int' to 'int [20]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|