Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
how to clear a sstreeam object
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Frank Schmitt, post: 1461326"] use the str() member function: ostringstream os; os << "bla"; os.str(""); // assign empty string to os HTH & kind regards frank [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
how to clear a sstreeam object
Top