Re: [gentoo-user] compare string list and output like diff -u

2015-11-11 Thread Alan McKinnon
On 11/11/2015 15:17, Wallance wrote: 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. That's a programming question. Thi

[gentoo-user] compare string list and output like diff -u

2015-11-11 Thread Wallance
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.