Possible Duplicates:
Have you ever had to use bit shifting in real projects?
When to use Shift operators << >> in C# ?
Although I should have learnt this a long time ago, what coding tasks/scenarios are useful for bitshifts/unary operators and the like?
I never see a need for these in the coding I do (mostly LOB apps), so what sort of tasks/problems would make me come to the conclusion I need to use these concepts?
Thanks