Re: C++ strings and strchr()
"Mike Wahler" <mkwahler@mkwah ler.net> wrote in message news:Tu81b.1985[color=blue]
> 2) Even if modifying this array were allowed, it is *not*
> the characters of the string itself, only a copy.[/color]
Well, potentially not. In practice, it usually is.
"Mike Wahler" <mkwahler@mkwah ler.net> wrote in message news:Tu81b.1985[color=blue]
> 2) Even if modifying this array were allowed, it is *not*
> the characters of the string itself, only a copy.[/color]
Well, potentially not. In practice, it usually is.
Comment