Re: removing chars from c strings
- From: "robin" <robin_v@xxxxxxxxxxx>
- Date: Sun, 23 Apr 2006 17:22:28 GMT
"Dick Hendrickson" <dick.hendrickson@xxxxxxx> wrote in message
news:dZc1g.19948$az4.10372@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Doing it in the standard way ensures that the compiler will
at least try to get it right. If timing is really
critical, then non-standard ways can be tried.
If timing is critical, a standard way could be tried.
This would involve compacting in place,
as has already been demonstrated to OP,
and would be quicker and simpler
than the complicated "solutions" shown.
.
- References:
- removing chars from c strings
- From: David Frank
- Re: removing chars from c strings
- From: Steven G. Kargl
- Re: removing chars from c strings
- From: Dick Hendrickson
- Re: removing chars from c strings
- From: David Frank
- Re: removing chars from c strings
- From: Dick Hendrickson
- removing chars from c strings
- Prev by Date: Re: Converting fixed-to-free format
- Next by Date: Re: Converting fixed-to-free format
- Previous by thread: Re: removing chars from c strings
- Next by thread: Re: removing chars from c strings
- Index(es):
Relevant Pages
|