User profile: tiagomodesto

User info
User name:tiagomodesto
Name:Tiago Modesto
Location:Brazil
History
Joined:
Number of posts:2
Latest posts:

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 ...