Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - exception the exception structure. defined in math.h,stores_ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   exception        The exception structure. defined in math.h,stores_
                    error information for math routines and is used by
                    the matherr routine.


                    Definition:
                     struct exception{
                        int type;
                        /* DOMAIN,SING,...                            */
                        char *name;
                        /* pointer to string defining the name of the */
                        /* function that detected the error           */
                        double arg1;
                        /* first argument to function                 */
                        double arg2;
                        /* second argument (if defined) to function   */
                        double retval;
                        /* default return value                       */
                     }


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson