Skip to content

Instantly share code, notes, and snippets.

@shnya
Created December 9, 2010 18:05
Show Gist options
  • Save shnya/735073 to your computer and use it in GitHub Desktop.
Save shnya/735073 to your computer and use it in GitHub Desktop.
C++ split: boost version
boost_split, vector<string> v;
boost::algorithm::split(v, str, bind2nd(equal_to<char>(), ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment