66715_0_4877.cpp
66715_0_4877.cpp(22) : error C2446: '>' : no conversion from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
66715_0_4877.cpp(22) : error C2040: '>' : 'unsigned long [1001]' differs in levels of indirection from 'unsigned long'
66715_0_4877.cpp(23) : error C2440: '=' : cannot convert from 'unsigned long [1001]' to 'unsigned long'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
|