Quick question about '&'Ok. So I verified that '&' means "The address of" so things like int x = 5; int * y = &x; ma...
Quick question about '&'I'm a bit confused about the ampersand (&) symbol. Let me start with an example: int i = 1; i...
Bit of trouble with overloading assignment operator (=)OP here. I've figured it out. I didn't have a copy constructor and only had the assignment operat...
Bit of trouble with overloading assignment operator (=)Hello. I'm trying to get my class/object to able to work with code like c = a + b The problem ...
This user does not accept Private Messages