Bitwise flags

Time to read: 1 minute, 42 seconds
One of the basic priciples in programming are bitwise operations. These are very fast operations and can help you doing all sorts of stuff and can help you write faster and more optimized code. Also combined with boolean evaluation routines and multiple checkboxes or multiple boolean attributes need...
Popular Tags