Re: bit/byte processing in cocoa
Re: bit/byte processing in cocoa
- Subject: Re: bit/byte processing in cocoa
- From: Scott Stevenson <email@hidden>
- Date: Wed, 12 Jan 2005 22:31:08 -0800
On Jan 12, 2005, at 10:07 PM, Jon wrote:
I was wondering how to deal with bits/bytes in cocoa. How could I,
say AND a char with another? Or XOR it, or use other things like
shr/shl etc? Sorry for the newbie question, but I can't figure it out
Objective-C is built on top of C, so you can just do whatever you would
do in C. There's nothing particularly specific to Cocoa in terms of
this.
- Scott
--
http://treehouseideas.com/
http://theocacao.com/ [blog]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden