Hey,i just came by an example where,a string was split off using strings, the input was something like, "342c234"
basically, a string where it is full of numbers and in between a char,
i used ascii values in a for loop to split them,but somebody just did some sort of cool thing strings,i dont know wat,but just it was two lines using istringstream,can anybody explain it to me?
or where i can read more abt it?