66717_0_31213.cpp
66717_0_31213.cpp(15) : error C2440: '=' : cannot convert from 'int' to 'int [10]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
66717_0_31213.cpp(16) : error C2440: '=' : cannot convert from 'int' to 'int [10]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|