I am developing a Application which takes two Files and output will be two files which will have only the contents which differs in both the files.
The application is developed using VC++
My Files are of Html type
Is there any library which will do the diff opereation between two files
WinMerge is a Windows differencing and merging tool. It uses diffutils, written using VC++, and it’s open source.