Copy Constructor containing pointerI edited my post above, not sure why you cant see it, but here it is ( i ifxed it :D ): EDIT: FIXED...
Copy Constructor containing pointerOkay. So I made this code. [code] int checker = 0; CellularPhone *a; a = new CellularPhone(mode...
Copy Constructor containing pointercoder777 But in the overloaded == operator, I told it to grab the content and compare it, I thought...
Copy Constructor containing pointerAll working! You are great :D Thank you so so so much. Altho I just noticed I have a small problem,...
Copy Constructor containing pointerThaank you ! I got it working yaaaaay :D Another question, since you make it seem so easy lol, the ...