c++ - Dev C, math.h problems -
i installed devcpp, , attempting make sure working. when ran compile errors surrounding math.h. using couple of simple programs have been compiled , run before, there shouldn't problems there. use cmath instead, need use magick++ few things well, uses math.h. has run this? know of work around?
the errors
line 594 of math.h expected ')' before '(' token
line 594 of math.h expected ',' or ';' before '(' token
'abs' undeclared
line 594
extern double __cdecl nearbyint (double);
and in context
/* 7.12.9.2 double in c89 */ extern float __cdecl floorf (float); extern long double __cdecl floorl (long double); /* 7.12.9.3 */ extern double __cdecl nearbyint (double); extern float __cdecl nearbyintf (float); extern long double __cdecl nearbyintl (long double);
does @ - http://www.cplusplus.com/forum/general/5207/
i'm using dev c++ right , can't stand it, required class. there reason can't use visual studio express, free download -
http://www.microsoft.com/en-us/download/details.aspx?id=34673
Comments
Post a Comment