That approach will, sooner or later, bite you in the ass. Learn how to properly use strings, and forget that the String abomination (oops, I meant class) exists.
You can NOT add strings (using the + operator). You could concatenate strings, using strcat() or other ways.