You can use operator+= to append a char, or operator= to assign a char. But in your code it will call constructor, not operator=. There is no ...
確定! 回上一頁