114054_0_29421.cpp
114054_0_29421.cpp(6) : error C2143: syntax error : missing ']' before ','
114054_0_29421.cpp(6) : error C2133: 'a' : unknown size
114054_0_29421.cpp(7) : error C2143: syntax error : missing ';' before 'while'
114054_0_29421.cpp(9) : error C2440: '=' : cannot convert from 'unsigned long *' to 'unsigned long *[]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
114054_0_29421.cpp(16) : error C2440: '=' : cannot convert from 'unsigned long *' to 'unsigned long'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
114054_0_29421.cpp(19) : 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
114054_0_29421.cpp(19) : error C2040: '>' : 'unsigned long *' differs in levels of indirection from 'unsigned long'
114054_0_29421.cpp(20) : error C2440: '=' : cannot convert from 'unsigned long *' to 'unsigned long'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
114054_0_29421.cpp(28) : warning C4154: deletion of an array expression; conversion to pointer supplied
|