Let's say I want to bit-compare two programs written in C++, what should I do? Are there any free programs which do this?
I understand that if I calculate checksums for the 2 programs and if both have the same checksum, then they're the same, is this correct?