well is there? by string i mean std::string
There's no built-in way to split a string in C++, but boost provides the string algo library to do all sort of string manipulation, including string splitting.