ASAIK, niether C++ nor Builder have a pre-built routine to compare files. You could write your own and compare the files byte by byte.
James P. Cottingham
When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity. [tab][tab]Albert Einstein explaining his Theory of Relativity to a group of journalists.
Actually i think that it might be a bigger programming job to interpete the output of the "FC.EXE" program.
It's really quite simple:
1: Open the two files.
2: Check file sizes/dates and such.
3: Load all or a portion of both into memory depending on size.
4: do a byte-wise compare.
5: If no difference exist repeat 3 & 4 untill the datas are all compared.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.