Is there a StringBuffer equivalent in Boost library?
9 Jan
2006
9 Jan
'06
10:51 p.m.
Is there a StringBuffer equivalent in Boost library? If not, what is the most efficient way to append string? Thank you. __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com
10 Jan
10 Jan
12:46 a.m.
New subject: Is there a StringBuffer equivalent in Boost library?
ying lcs wrote:
Is there a StringBuffer equivalent in Boost library? If not, what is the most efficient way to append string?
The C++ standard library has ostringstream, which is probably the closes to a StringBuffer/StringBuilder. It's in the header <sstream>. Sebastian Redl
6883
Age (days ago)
6884
Last active (days ago)
1 comments
2 participants
participants (2)
-
Sebastian Redl
-
ying lcs