45413_0_11705.cpp
45413_0_11705.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
45413_0_11705.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
|