I'm trying to compile the following code using visual c++ express edition that I downloaded for free. I get a ton of errors when I compile. I just listed some of them. I did exactly what they said for creating a project and c file. Is there something wrong with this free version or did I screw up.
Wow, I overlooked that. Most compilers will switch between C and C++ based upon the extension of the file. .c and .cpp was very likely the real problem.
But so long as it works now...