Re: mu TECH: an unhurried digression on C pointers vs. arrays

From: Alfie Costa ([email protected])
Date: Sat Apr 29 2000 - 00:19:54 CEST


On 28 Apr 2000, at 17:58, Miguel Angel <[email protected]> wrote:

> To notice such subtle difference (if there is any at all)
> is better to write the loop repeating many times the inner sentences
> (unless you are also testing the loop).
> while( j<LEN )
> {
> line[j]=0;
> n=line[j++];
> line[j]=0;
> n=line[j++]; /* etc... */

Thanks for the idea, I'll give it a try.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:14 CET