You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
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‽
I think your link has a double encoded
%
at the end:%25
The correct link is https://en.cppreference.com/w/cpp/string/basic_string/operator2B
I ran
Using cpp.sh, and got the following error:
edit: lemmy seems to be determined to convert my less than characters to their HTML entity codes, but the error is meant to point to the “+” sign.
This is because your operands are const char[]. That’s not a std::string.