I have some code that uses several math functions that exist in C99, but aren't defined in math.h or cmath that come with VS2005. Anywhere I can get a VS2005 compatible implementation of C99?
+1
A:
VS doesn't support C99 at all :( You could always nick it from BSD's libc in a pinch or from some other source (GCC probably has it, but might run into licensing issues)
Paul Betts
2009-06-01 08:37:50
know of any place that has already done the grunt work?
Robert Gould
2009-06-01 08:48:52
Got nothin, sorry :(
Paul Betts
2009-06-01 16:19:03