|
|
|
|
|
by pjbringer
4662 days ago
|
|
You have to give credit to languages like java or C# which provide the programming interface wich does the right thing. Those who use lower level languages because they want better performance should reconsider unless they have the required know-how. It baffles me that someone would write C++, and mindlessly concatenate string. |
|
C++ has a StringBuilder, it's called std::ostringstream, but the author didn't seem to know about it, so reinvented it.
To be polite, his reinvention is reasonable, and knowing about this problem is useful.