Newsgroups: comp.os.msdos.djgpp From: "Thomas G. McWilliams" Subject: Re: Which is best? C or C++ ??? Message-ID: 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 Precedence: bulk ~liquid~ 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".