Posted by Jerry Stuckle on 10/13/06 17:21
..:[ ikciu ]:. wrote:
> Hmm Jerry Stuckle <jstucklex@attglobal.net> wrote:
>
>>>Modulo won't work, i.e.
>>
>> 7 % 8 = 7;
>> 15 % 8 = 7;
>>
>
>
> will works fine but not for these values what he has written :)
>
>
>>Bit AND works great.
>
>
> ofc this is good idea
>
>
How does modulo work in this case? 7 % 8 and 15 % 8 both return the
same value. But in one case the 8 bit is off, in another one it is on.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|