in short what I want to do is declare a ++ operator for the bitset class so I can use a bitset in my integer class. my integer class is already almost done, but i want to change the implementation from int * to a digit *, where my digit class uses a bitset implementation. Thanks!