I am just refreshing my c++ syntax knowledge has been unused for years. Isn't there an operator like '+' missing in the literals section at line > "hello" "world" // Concatenated strings Shouldn't it be? > "hello" + "world" // Concatenated strings