/* CS 202, Homework#5 Problem 1 */ To invoke an overloaded operator member function we need a user-defined class object or reference to an object used with the overloaded operator. Operators for the fundamental types cannot be redefined. "Hello" and "World" are both "const char *", for which pointer addition is already defined.