Hello
I must implement overloaded + (binary) operator. I have to use method like that: const Text & operator+(const Text &) const . Anyone knows how it may be done ? I know that I can't make new object in function and return it.
Ps: Class Text have pointer to char . It is used to create dynamic char table