-
-
Notifications
You must be signed in to change notification settings - Fork 481
Open
@Eddiiie
Description
Hello,
I am reading through the bitwise tutorial to get a better understanding of logical operators and noticed there is no XOR mentioned. A project I am working on uses XOR heavily to form a checksum on a string of chars for transmission over the wire.
There are probably even more bitwise operators but XOR is pretty important in my life and thought it deserves a shout out. :)
Thank you.