August 2012
Intermediate to advanced
976 pages
30h 17m
English
bitset TypeIn § 4.8 (p. 152) we covered the built-in operators that treat an integral operand as a collection of bits. The standard library defines the bitset
class to make it easier to use bit operations and possible to deal with collections of bits that are larger than the longest integral type. The bitset class is defined in the bitset header.
Read now
Unlock full access