Changes

Jump to: navigation, search

Objective-C Operators and Expressions

1 byte removed, 19:54, 21 March 2011
Bitwise Operators
<tt>10101011 Left Shift one bit</tt><br>
<tt>========</tt><br>
<tt>10101011001010110</tt>
In Objective-C the bitwise left shift operator is represented by the '<<' sequence, followed by the number of bit positions to be shifted. For example, to shift left by 1 bit:

Navigation menu