It seems to be an easy task, if you know how you can handle strings in C++.
A google search brought this (though not sure the community approves or not, edit if you know a better article) up for me which to me seems to have enough information to do such thing in C++ easily.
If you know what algorithm you're gonna use but you don't what tools to use, then google may be your friend.
If you have problem with finding the overall algorithm, just try to think if you're gonna do it with your mind, what steps you take and try to find how to translate the steps.