Messing up with pointers!Thank you for the reply! That is true, i forgot that &x only returns the address value. Thank you!
Messing up with pointers!I was wandering what happens in this example: [code] class A; //Any class, just for the example ...