Problems in cmath?

Building my first real Win32 app, and I ran into like 100 errors in cmath for some reason. I don't even have cmath included, but I opened it anyway and I dont see any of the errors its talking about.

They're syntax errors on various identifiers, and after each of those errors is a syntax error for ';'

I'm lost

EDIT:
After searching around, I found out it had to do with it being a c file, and not a c++ file. So I changed it, and now I have linker errors :/
Last edited on
Nevermind, got it figured out
Topic archived. No new replies allowed.