|
*******************RANT***************************************************** ********************* The function call used as an array index in Hans' example is the sort of thing that has given C and C++ a bad name. It's syntactically legal, but so what. C's potential for terseness gives people who are smart enough to know better a chance to demonstrate how clever they are at others' expense. Sometimes the cryptic expression gives a performance advantage, sometimes it doesn't. Especially with today's hardware, saving a clock cycle or two at the expense of clarity isn't worth it unless you do it hundreds of thousands of times every time the program runs. Ahh, I feel much better now. <g> > -----Original Message----- > From: pcunnane@learningco.com [mailto:pcunnane@learningco.com] > Sent: Friday, October 08, 1999 12:05 PM > To: RPG400-L > Subject: Re[2]: SV: C style assignment of variable values > > > I would hope so... > > :) > > ____________ > Paul Cunnane > The Learning Company > > > ______________________________ Reply Separator > _________________________________ > Subject: Re: SV: C style assignment of variable values > Author: John P Carr <jpcarr@tredegar.com> at InterNet > Date: 08/10/99 07:52 > > > > 1) arr[proc()] += 1; > > 2) arr[proc()] = arr[proc()] + 1 > > > proc is called once in the first, but twice in the second. > > Isn't that just intuitively obvious to an RPG programmer? > > +--- > | This is the RPG/400 Mailing List! > | To submit a new message, send your mail to RPG400-L@midrange.com. > | To subscribe to this list send email to RPG400-L-SUB@midrange.com. > | To unsubscribe from this list send email to > RPG400-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: > david@midrange.com > +--- > +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.