From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=BAYES_20,FREEMAIL_FROM, FREEMAIL_REPLYTO_END_DIGIT,INVALID_MSGID,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f32236e7e55b02e0 X-Google-Attributes: gid103376,public From: "Joseph T" Subject: Re: Ada Queue Date: 2000/04/07 Message-ID: <38edcbf2@news.hamilton.edu>#1/1 X-Deja-AN: 607963667 Sender: "Joseph T" References: <38eca724@news.hamilton.edu> <8ciesn$4mt$1@nnrp1.deja.com> <38ecc752@news.hamilton.edu> <8cisft$jtg$1@nnrp1.deja.com> <38ed0123@news.hamilton.edu> X-Trace: 7 Apr 2000 07:52:18 -0500, 150.209.8.54 Reply-To: "Joseph T" Newsgroups: comp.lang.ada X-User-Info: 150.209.132.164 150.209.132.164 Date: 2000-04-07T00:00:00+00:00 List-Id: >It would perhaps have been clearer for the reader to use a temporary >variable to iterate, but there are no other drawbacks associated with >his method, which is indeed a very common way of doing it in C. Which method is a common way of doing it in C? Using the temporary variable to iterate or not? ( again, thanks so much )