I know this will be easy, just that i am new to the string side of C++ (i can understand the maths parts as it's similar to VB, which i am better at)
I just am wondering the most efficient way to do the equivalent of this:

Dim a$, b$
a$ = "he"
b$ = "llo"
a$ = a$ + b$
Print a$