Posted by hussein on August 07, 2000 at 19:24:12:
In Reply to: Re: string class to char array conversion posted by ak on August 07, 2000 at 19:05:08:
: in that case, how do we type cast an am_string to a string again?
Am_String amstring;
string teststring;
teststring = string (amstring);
its not quite typecasting, but the syntax and effect is the same ...