167632_0_9462.cpp
167632_0_9462.cpp(48) : error C2440: '=' : cannot convert from 'double' to 'double [1444]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
167632_0_9462.cpp(50) : error C2446: '>' : no conversion from 'const int' to 'double *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
167632_0_9462.cpp(50) : error C2040: '>' : 'double [1444]' differs in levels of indirection from 'const int'
167632_0_9462.cpp(55) : error C2440: '=' : cannot convert from 'double' to 'double [1444]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
167632_0_9462.cpp(59) : error C2446: '>' : no conversion from 'const int' to 'double *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
167632_0_9462.cpp(59) : error C2040: '>' : 'double [1444]' differs in levels of indirection from 'const int'
167632_0_9462.cpp(64) : error C2440: '=' : cannot convert from 'double' to 'double [26]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
167632_0_9462.cpp(66) : error C2446: '>' : no conversion from 'const int' to 'double *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
167632_0_9462.cpp(66) : error C2040: '>' : 'double [26]' differs in levels of indirection from 'const int'
|