166496_0_26610.cpp
166496_0_26610.cpp(25) : error C2440: '=' : cannot convert from 'const char' to 'char [1000]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
166496_0_26610.cpp(27) : error C2440: '=' : cannot convert from 'char' to 'char [1000]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
166496_0_26610.cpp(29) : error C2110: cannot add two pointers
166496_0_26610.cpp(34) : error C2440: '=' : cannot convert from 'const char' to 'char [1000]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
166496_0_26610.cpp(36) : error C2440: '=' : cannot convert from 'char' to 'char [1000]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
166496_0_26610.cpp(38) : error C2110: cannot add two pointers
166496_0_26610.cpp(44) : error C2110: cannot add two pointers
166496_0_26610.cpp(50) : error C2446: '>' : no conversion from 'const int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
166496_0_26610.cpp(50) : error C2040: '>' : 'int *' differs in levels of indirection from 'const int'
166496_0_26610.cpp(50) : error C2440: '=' : cannot convert from 'int *' to 'int [1000]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
166496_0_26610.cpp(51) : error C2106: '+=' : left operand must be l-value
|