Problem Statement:

You are required to define a string class name string. The data members of the class are the character array and size of the character array. There should be two constructors one is default and other should be overloaded constructor.
Display() is the method which display the string.

Now you are required to overload += operator

This operator should allow statements like
s1 += s2;

Salem commented: Good for you, now make an attempt and post your OWN thread. -4

Did you know that asking someone else to do your homework for you is cheating? Did you know that you will learn nothing by cheating on your homework? Did you know you are flushing your money down the toilet if you cheat on a college class that you are paying to take? I hope to god you aren't a Computer Science major.

Also, read this: http://www.daniweb.com/forums/announcement8-2.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.