delorie.com/archives/browse.cgi | search |
Newsgroups: | comp.os.msdos.djgpp |
From: | "Thomas G. McWilliams" <tgm AT netcom DOT com> |
Subject: | Re: Which is best? C or C++ ??? |
Message-ID: | <tgmELMw05.66u@netcom.com> |
Sender: | tgm AT netcom15 DOT netcom DOT com |
Organization: | Jot-Em-Down Store and Library |
References: | <348a15e5 DOT 826895 AT news DOT clear DOT net DOT nz> <01bd0a80$b482bb00$a47de3c7 AT merlyn> |
Date: | Tue, 23 Dec 1997 08:38:28 GMT |
Lines: | 10 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
~liquid~ <merlyn AT gate DOT net> wrote: : statements allowing for more "bug free" programming by constraining it : to limit the uses. a prime example is the "goto" statement.. From what : I've read it should be avoided as much as possible Yes, in the final draft of the standard, C++ has depreciated the "goto" statement in favor of the "comefrom". For all new software development it is recommended to structure your design to take advantage of the new "comefrom" statement instead of the "goto".
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |