SyntaxFix
Write A Post
Hire A Developer
Questions
std::string a = "Hello "; std::string b = "World "; std::string c = a; c.append(b);