New Paste :: Recent Pastes:: Add Line Numbers
A Paste by Anonymous
GString test(_TEXT("Foo")); test += _TEXT("Bar") + test; test = GString(0.4312f) + test + GString(342); wcout << test.Str() << " - " << test.Length() << " - " << test.Reserved() << endl;