[EMAIL PROTECTED] wrote: >> A simple statement like >> #include <math> leads to an error saying that math is unknown, > > Would #include <math.h> do in this situation?
In case of C++, #include <cmath> might be even better. Regards, Andre' _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
