Operator name | Syntax | in C | |
---|---|---|---|
Bitwise NOT | ~a | Yes | |
Bitwise AND | a & b | Yes | |
Bitwise OR | a | b | Yes | |
Bitwise XOR | a ^ b | Yes | |
Bitwise left shift | a << b | Yes | |
Bitwise right shift | a >> b | Yes |
but there it is :
note : delphi shifting : "shl" and "shr"
Tidak ada komentar:
Posting Komentar