by Ian Collins <ian-news@[EMAIL PROTECTED]
>
May 6, 2008 at 08:32 PM
friend.blah@[EMAIL PROTECTED]
wrote:
> i have a string say
>
> string crap = "abc:abd:aass";
>
Assuming this is std::string...
> at the end of my string i want to place new characters like "xx"
> so the final string looks like
>
> string crap = "abc:abd:aassxx";
>
> how to resolve this issue...
>
By adding them?
What have you tried?
--
Ian Collins.