Tagged Questions
0
votes
1answer
108 views
Where is the definition of function nanf() on linux
I am trying to look for definition and declaration of the function nanf() - return 'Not a Number function, which is related to the floating point functionality on Linux gcc compiler environment - ...
0
votes
3answers
531 views
Compiling in c++ with mysql, pthreads and gtk
Have someone ever done this before???
I am trying to use MinGW to compile a program using the MySQL libraries. I keep getting the message that the function 'rint' is redefined. Ok it's true that the ...