81854_0_24459.cpp
81854_0_24459.cpp(29) : error C2440: '=' : cannot convert from 'int' to 'unsigned __int64 [21]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
81854_0_24459.cpp(32) : error C2440: '=' : cannot convert from 'unsigned __int64' to 'unsigned __int64 [21][21]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
81854_0_24459.cpp(36) : error C2440: '=' : cannot convert from 'unsigned __int64 *' to 'unsigned __int64 [21]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
81854_0_24459.cpp(42) : error C2440: '=' : cannot convert from 'unsigned __int64 *' to 'unsigned __int64 [21]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|