> char* ch; > TString* s=new TString("small_test"); > ch=(char*)s->GetContents();
Try to apply char *TString::Data() method. Valery