> Ok bit based flags i left the standard long flags and when i ran out of
> room made a flag system like this.
> char aff2[some_number] // obviously the some_number needs a value i am upto
> 12 each byte has 8 bits so eight flags per character or 96 bits minus 1
> since 0 is my terminator bit.
> Here is the concept.
> To add bits i add one to the array. By using the NULL terminator as 0 i do
> not have to store all the bits in each place they are used. I only store
> those i want turned on. I have examples below.

How is this better than the existing unlimited bits systems?


Reply via email to