help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to exit out of a function ? what is try-catch-throw in terms of


From: Malcolm McLean
Subject: Re: How to exit out of a function ? what is try-catch-throw in terms of Program Counter
Date: Sun, 21 Oct 2007 13:09:06 +0100


"Kenny McCormack" <gazelle@xmission.xmission.com> wrote in message

Since all code used in the real world uses extensions, there is no C
code in the real world.

Sort of true. You'll find a non-trivial program on my website to build fuzzy logic trees. It is written in pure ANSI C89 except for one detail. The comma-separated value file loader uses nan to indicate missing values. Missing values are not allowed in the program, so it plays almost no part in the main flow control. But it loads, checks for nans, and rejects if they are present.

--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]