I'm trying to get a program to do sometimes quiet simple, but I'm struggling to get it done..
What I just want to do is type through an istream three word separeted by space like this... Jose Carvallo Peralta...and later treat that string in the way that I can get three different strings with the name like this string a = Jose, string b = Carvallo, string c = Peralta..
I f somebody could give me a clue, I have read all the member that string has and I do believe that It doesnt have to be so hard...but at the moment I cant find a solution....