For a more C++ feel, here is an algorithm I borrowed and modified it to make it work for me:


string buffer = "This is my string that I am trying to parse";
string delimiter = " "; // or...