160564_0_25215.cpp
160564_0_25215.cpp(10) : 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
160564_0_25215.cpp(16) : error C2297: '+=' : illegal, right operand has type 'char *'
160564_0_25215.cpp(28) : 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
|