Hi,I want to compare two string list and output deltas like the output of
$(diff -u).I want to implement this in C/C++ language.Any suggestions will be welcome.For better,I want a library which can do this.
Thanks again.