alikhuram.wordpress.com
Performing Arithmetic on Bitsets in C++
The bitset class template comes with basic operations for manipulating sets of bits but doesn’t provide any arithmetic or comparison operations. This is because the library can’t safely assume what…