While using 'goto' in C is not a good thing, its by no means a felony. Your professor may take points off but the C Cops won't break down your door and haul you off. Goto is still part of the language for a reason... its appropriate in certain circumstances.
----- Original Message ----- From: "Max Bian" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 11:20 AM 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/
