User: Anon1113

  • Public profile

User profile: Anon1113

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

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