c++ concatenate strings

string str1 = "Hello, "; string str2 = "world!"; string result = str1 + str2;