c++ - Working with string streams? -
I have stringstom in C ++, and I want to do it differently:
Searching for the sequence of letters, moving the blocks of text in the difference (in the middle of the line), getting the indicator forward and backward.
What is the standard / normal way of doing things like Stringstreams?
You can use the stringstream :: str () method that relates to the respective STD :: string object You can do your desired work on the returned string.
Comments
Post a Comment