User: TaytayB

  • Public profile

User profile: TaytayB

User info
User name:TaytayB
History
Joined:
Number of posts:44
Latest posts:

Exception Handling
My code seems to work fine for the maximum size, which is 39, but not for the minimum. Problemati...

Bitwise Query
I did fix it: [code] unsigned char mask = (int)1; int byte = index/BITS_PER_BYTE;// mask = mask <...

Bitwise Query
I promise, this is my last question for the day! I'm trying to query bits within an element of an un...

Overload operator= issue
ne555: You are correct. Here is the fixed code: [code] BitArray::BitArray(const BitArray& a) { ar...

Overload operator= issue
Hmmm... That might be it. I tried it like this, but it still crashes. [code] BitArray& BitArray::op...

This user does not accept Private Messages