I am making for fun a String class and I want to be able to do something like :
myString a,b,c;
a = "a";
b = "b";
c = a + b;
But I cannot find how to use the + without changing the value of a.
Anyone?
|
Results 1 to 5 of 5
Thread: operator+Threaded View
|
Click Here to Expand Forum to Full Width |