Hi all, I'm trying to find a function that allows a string to be broken up in pieces. What I mean by that is this ...
I suppose my question is this, is there a function that differentiates spacing with std::string or does it even matter at all? Thanx.Code:char buffer[521]="I want this string broken down into words";




Reply With Quote