Probably #include <math.h> and -lm option to linker?
Trevor wrote:
I'm getting an odd warning with fmod(), any ideas?
#include <ctime> //--snip-- fmod( 2.5, 1.5);
--- Serge
Probably #include <math.h> and -lm option to linker?
I'm getting an odd warning with fmod(), any ideas?
#include <ctime> //--snip-- fmod( 2.5, 1.5);
--- Serge