If you’re into nerdy algorithmic discussions this one about the implementation of the && operator in .NET is quite interessting – it makes it more clear why there is both shortcircuiting and non-shortcircuiting operators for ‘and’ and ‘or’ (&&, &, ||, and |).
Check it out:
http://bytes.com/groups/net-c/230257-shortcircuiting-operators-c
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.