Hello, I need some help...
Does anyone know of a program (or how to make a program) that can "add" two binary files together.
I don't know much about this, but what I want is a program that goes over each bit (of the file) and uses logic as such:
0 & 0 = 0
0 & 1 = 1
1 & 0 = 1
1 & 1 = 0
I believe that is an XOR gate?
Please tell me if you know of a program.
Start Free Trial