68884_0_10467.cpp
68884_0_10467.cpp(15) : error C2440: '=' : cannot convert from 'int' to 'long [131]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
68884_0_10467.cpp(20) : error C2446: '>' : no conversion from 'int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
68884_0_10467.cpp(20) : error C2040: '>' : 'int [131]' differs in levels of indirection from 'int'
68884_0_10467.cpp(24) : error C2446: '==' : no conversion from 'int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
68884_0_10467.cpp(24) : error C2040: '==' : 'int [131]' differs in levels of indirection from 'int'
68884_0_10467.cpp(24) : error C2446: '<' : no conversion from 'long' to 'long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
68884_0_10467.cpp(24) : error C2040: '<' : 'long [131]' differs in levels of indirection from 'long'
68884_0_10467.cpp(38) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|