How can I assing a buffer to a stringbuf - stringstream ?
( What are the difference betwen them ? I keep on understanding )
If I put data in it , in example 1000000 times, 8 bytes (8000000 bytes), streambuf-stringstream assign continuosly new memory ?
It would be worthwhile to assign a char buffer of 8000000 ? Are the process to be faster ?