Hi!
I think something like
//__________________________________
char *TString::DataCopy()
{
char *c = new char[Length()+1];
strcpy(c, fData);
return c;
}
would be useful.
regards
Miha
--
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:47 MET