Page 1 of 1

HELP Logical Operator

Posted: Mon Oct 31, 2005 5:36 pm
by Thorn
What the different between [Bitwise AND] and [&], [Bitwise OR] and [|]?
What the means [Bitwise]?

thank

Posted: Mon Oct 31, 2005 5:52 pm
by dagcrack
Google is your friend, capisce? :)

But why should I repeat what I read on programming books in here? I could just point you to some URLs so you could read:

http://java.sun.com/docs/books/tutorial ... twise.html
http://www.eskimo.com/~scs/cclass/int/sx4ab.html
http://www.jinx.com/forum/topic.asp?TOP ... hichpage=1

Most of them are "correct" and you might learn enough from there.

Anyway once you read it if you've got any questions, go ahead.
ciao.

Posted: Mon Oct 31, 2005 6:03 pm
by aaron
Check the Variables and Types section of the Purebasic manual. There are some good examples there of how regular comparisoins and bitwise comparisons work.