Re: TString question

From: Pasha Murat (murat@cdfsga.fnal.gov)
Date: Fri May 29 1998 - 18:39:50 MEST


	Sorry, I missed the question at the end, here is the answer.
there are several assignment operators for TString class, one of them

TString& TString::operator=(const char* cs)

does what you need - you just write:

         TString s;
         s = "aaaaaa";
					Regards, Pasha.



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:33 MET