On Tue, 2013-11-19 at 11:07 +0200, Donn wrote:
> On 19/11/2013 10:50, Nor Jaidi Tuah wrote:
> > The answer will be obvious if you try this:
> >    var b = new Obj();
> >    var b1 = b;
> >    print ("%p %p %p %p", b, b1, &b, &b1);
>
> Obvious might be a little bold :)
>
> I get these numbers:
>
> 0xffa0c0 0xffa0c0 0x7fffbbedcfe0 0x7fffbbedcfe8
>
> I read the first two as "address of the instance" with b and b1 being
> pointers to that address.
>
> The next two ... are they the addresses of the variables "b" and "b1"
> which each *contain* the 0xffa0c0 address of the instance?

Exactly. Told you it's obvious :-)


Nice day
Nor Jaidi Tuah





PRIVILEGED/CONFIDENTIAL information may be contained in this message. If you 
are neither the addressee (intended recipient) nor an authorised recipient of 
the addressee, and have received this message in error, please destroy this 
message (including attachments) and notify the sender immediately. STRICT 
PROHIBITION: This message, whether in part or in whole, should not be reviewed, 
retained, copied, reused, disclosed, distributed or used for any purpose 
whatsoever. Such unauthorised use may be unlawful and may contain material 
protected by the Official Secrets Act (Cap 153) of the Laws of Brunei 
Darussalam. DISCLAIMER: We/This Department/The Government of Brunei Darussalam, 
accept[s] no responsibility for loss or damage arising from the use of this 
message in any manner whatsoever. Our messages are checked for viruses but we 
do not accept liability for any viruses which may be transmitted in or with 
this message.
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to