Appending Characters to Strings in C++

Appending Characters to Strings in C++

Most of us might encountered a situation where we have to append the character at the end of the string. Although it might seems to be efficient of doing so, however it depends on which technique you use. In this article we will dive deep into the techniques and their performance.