Re: Is there a more efficient way to get the first 4 bytes off a NSInputStream to compare
Re: Is there a more efficient way to get the first 4 bytes off a NSInputStream to compare
- Subject: Re: Is there a more efficient way to get the first 4 bytes off a NSInputStream to compare
- From: Graham Cox <email@hidden>
- Date: Wed, 28 Jan 2009 10:38:04 +1100
On 28 Jan 2009, at 10:23 am, Chris Suter wrote:
In which case using & later is then going to cause it to break.
Yes, you have a good point. But I did want to make clear that the
statement:
since buffer is already a pointer to the first byte of the array and
then you are taking a reference to it, key will end up containing
the address of the buffer
...is wrong. Taking the address of buffer does not lead to 'key'
containing the address.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden