How to append a char to a std::string?

y += d;

I would use += operator instead of named functions.

Leave a Comment