views:

112

answers:

1

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
know of any place that has already done the grunt work?
Robert Gould
Got nothin, sorry :(
Paul Betts