<1>
'char' + int
The 'char' integer type is promoted to int type.
<2> < /p>
reinterpret_cast can only be used to convert pointers.
General standard conversion uses static_cast
<3>
'A'+1= =66, and then the incoming parameters are automatically converted into char type. push_back(char)