Exception HandlingMy code seems to work fine for the maximum size, which is 39, but not for the minimum. Problemati...
Bitwise QueryI did fix it: [code] unsigned char mask = (int)1; int byte = index/BITS_PER_BYTE;// mask = mask <...
Bitwise QueryI promise, this is my last question for the day! I'm trying to query bits within an element of an un...
Overload operator= issuene555: You are correct. Here is the fixed code: [code] BitArray::BitArray(const BitArray& a) { ar...
Overload operator= issueHmmm... That might be it. I tried it like this, but it still crashes. [code] BitArray& BitArray::op...
This user does not accept Private Messages