Showing differences in strings
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone know of a function that will take 2 strings and show you the differences between them? Example: "It takes a big man to cry, but it takes a bigger man to laugh at that man." compared to "It takes a large man to cry, but it takes an even larger man to laugh at that man." would output something like "It takes a -[big]- man to cry, but it takes -[a bigger]- man to laugh at that man." I just don't want to reinvent the wheel here if there is something already tested and proven out there. Thanks, Jack
There are 10 types of people in this world, those that understand binary and those who don't.