标签:
System::Sysutils::TStringBuilder *sb = new TStringBuilder; sb->Append("ww"); sb->AppendLine(); sb->Append("hello"); Caption = sb->ToString(); delete sb;
C++Builder 也有StringBuilder
原文地址:http://www.cnblogs.com/cb168/p/4275797.html