Re: string class to char array conversion


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]

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 ...



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]