HELP Logical Operator

Just starting out? Need help? Post your questions and find answers here.
Thorn
New User
New User
Posts: 6
Joined: Sun Oct 23, 2005 9:35 am
Location: Italy (Tuscany)

HELP Logical Operator

Post by Thorn »

What the different between [Bitwise AND] and [&], [Bitwise OR] and [|]?
What the means [Bitwise]?

thank
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post 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.
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
aaron
Enthusiast
Enthusiast
Posts: 267
Joined: Mon Apr 19, 2004 3:04 am
Location: Canada
Contact:

Post 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.
Post Reply