Copy Constr vs = overloadingThe copy constructor is ONLY used in the creation of new objects so [code]Obj o1(o);[/code] is equiv...
Sig Error: Testing out a matrix classOh Ok, I think I get it. The copy constructor is only used to initiate new values so requires no cle...
Sig Error: Testing out a matrix classThanks, I forgot about the copy constructor. Ok, now for some reason, it has decided it will abort t...
Sig Error: Testing out a matrix class*sigh* I'm stumped. I'm attempting some practise problems to get familiar with classes, but I keep g...