How do you compile a C program using C++ Compiler?
Just started an intro to programming class, which focuses on C.
The instructor uses Visual Studio 6.0, C++ compiler to compile a C program, the problem is that I'm using Visual Studio.Net 2003, and I can't seem to figure out where everything is located to compile my basic C program. Can anyone tell me, what I should be looking for, or where the build command is located.
|