Search:

Type: Posts; User: lightOfDay

Search: Search took 0.09 seconds.

  1. Replies
    26
    Views
    3,397

    Re: SIMPLE PROGRAMING PROBLEMS help!!

    True, but when you think about it &, |, &, and ~ (Does Java have bitwise-not?) is designed for numbers, not Booleans. A SIDE EFFECT of booleans being bytes makes it work on booleans like you would...
  2. Replies
    26
    Views
    3,397

    Re: SIMPLE PROGRAMING PROBLEMS help!!

    & is not a logical operator, strictly. However it is good to know that it is a short-circuit work around, and not a 8-times the calculation minimum faceplant. :D
  3. Replies
    26
    Views
    3,397

    Re: SIMPLE PROGRAMING PROBLEMS help!!

    Just because you mentioned it, I thought I would point something out about bitwise operators. It doesn't do logic that normally makes any sense whatsoever. It does the low level calculations that...
Results 1 to 3 of 3