668
Our social interaction in a nutshell
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Should have used python. The answer is youme.
Most languages support concatenation of strings using the + operator. The only mainstream languages I can think of that don't are PHP (which uses ".") and low-level languages like C & C++.
C++ does, but it's not a very efficient operation. https://en.cppreference.com/w/cpp/string/basic_string/operator%2B
Using the C++ standard library beyond the C backwards compatible parts? What devilry is this‽