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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -