hi
any body know how to findout the difference of two binary files. i have twobinary files containing 1. i just find the differnceof these two text files,just want toprove that two text files are different if the difference is zero and vice versa.plzzzz helpme

read the two files into memory then call memcmp() to compare them. Or, if MS-Windows, use the COMP program (create a command window, then type c:>Help <Return> and view the available commands.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.