93358_0_21617.cpp
93358_0_21617.cpp(12) : error C2446: '>' : no conversion from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
93358_0_21617.cpp(12) : error C2040: '>' : 'char [3]' differs in levels of indirection from 'int'
93358_0_21617.cpp(14) : error C2440: '=' : cannot convert from 'char [3]' to 'char'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
93358_0_21617.cpp(15) : error C2440: '=' : cannot convert from 'char' to 'char [3]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|