User profile: sonic1015

User info
User name:sonic1015
History
Joined:
Number of posts:4
Latest posts:

Copy Constr vs = overloading
The 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 class
Oh 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 class
Thanks, 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...