12.05.2015 Views

type - David Vernon

type - David Vernon

type - David Vernon

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Bit Manipulation<br />

• The following bit manipulation operators can<br />

be applied to integer operands:<br />

& Bitwise AND<br />

| Bitwise OR<br />

^ Bitwise XOR<br />

~ Inversion of all bits<br />

> Shift right<br />

• Note, in C++, the meaning of an operator depends on<br />

the nature of its operands (cf &, )<br />

Copyright © 2007 <strong>David</strong> <strong>Vernon</strong> (www.vernon.eu)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!