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

From: Alfie Costa (agcosta@gis.net)
Date: Sat Apr 29 2000 - 00:19:54 CEST


On 28 Apr 2000, at 17:58, Miguel Angel <mulinux@sunsite.auc.dk> 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: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk



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