J
JustSomeGuy
In MS Visual C++ 6.0
Where is M_PI defined?
Where is round defined?
Where is M_PI defined?
Where is round defined?
In MS Visual C++ 6.0
Where is M_PI defined?
Where is round defined?
Where is M_PI defined?
Where is round defined?
PT said:Sorry, I use g++, not MS Visual C++, but maybe I can still be useful...
At my system, M_PI is not defined as such (it doesn't have any memory
associated with it), it's just a macro declared (#define'd) in math.h.
round is also declared in math.h (it has a prototype there), but it's
defined somewhere in the maths library (I don't know exactly, which one do
you have).
Victor said:Neither of the names in the subject line is standard.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.