First page Back Continue Last page Graphics
SPLIT notes
<cctype> header defines isspace
split has a single parameter, the const string s.
split doesn't change the argument but you want to use the data without copying.
ret is a local variable of the same type as the function to be used for the return.
Outer loop scans entire input string
Inner loops move i and j to beginning and end of next word.