Im sure one goto is simpler than 1000 continues !!! (what do you think assembly language uses all over the place - gotos)
> -----Original Message----- > From: Max Bian [SMTP:[EMAIL PROTECTED]] > Sent: 28 November 2001 16:21 > To: Palm Developer Forum > Subject: Re: Compiler deadstripping valid source lines > > Why and why? > > You need to convince people by reasons, not "please". > > Max > --- Stringer <[EMAIL PROTECTED]> wrote: > > >Subject: Re: Compiler deadstripping valid source lines > > >From: Aaron Ardiri <[EMAIL PROTECTED]> > > >Date: Tue, 27 Nov 2001 13:52:35 +0100 (MET) > > > > > > goto's have valid reasons for usage, especially with exception > > > handling.. one of the best lessons i learn when programming is that > > > > Please, please never ever ever ever use 'goto' in a C or > > C++ programming. > > Have a thousand returns, breaks and continues before you ever > > have a single goto. > > > > Roger Stringer > > Marietta Systems, Inc. > > > > > > -- > > For information on using the Palm Developer Forums, or to unsubscribe, > please > > see http://www.palmos.com/dev/tech/support/forums/ > > > __________________________________________________ > Do You Yahoo!? > Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. > http://geocities.yahoo.com/ps/info1 > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
