PDA

View Full Version : Running C code in Visual Studio?


MikeVic
02-01-2006, 09:11 PM
I was hoping someone could answer my question...

Is there a way to run individual .c files, or to start a new C project in Visual Studio?

Thanks...

moriarty
02-01-2006, 09:13 PM
Can't you just start a c++ project, and add in the standard c libraries?

Buccaneer
02-01-2006, 09:19 PM
Sure, it comes in as unmanaged code into C# or VB or as moriarty said, start a c++ project.

Mr. Wednesday
02-01-2006, 09:20 PM
Last I knew, it still knew what to do with C files (that is, compile them as C, not as C++).

MikeVic
02-01-2006, 09:24 PM
Thanks guys, it worked when I went to Add Existing Item. Was going to Add New Item for some reason. :P