14 nulldev
= new ofstream("/dev/null");
15 monitor
= new Dstream(&cout
,".dstreamrc");
26 want to do a stacktrace .
37 cerr
<< "Floating point exception .. \n"<< flush
;
45 set_new_handler(&mynewhandler
);
47 set_matrix_debug(*monitor
);
48 signal(SIGFPE
, float_handler
);
51 bool check_debug
=false;