I want to write a console application in C in VS 2008. What project type do I need to select and what properties I must set in order to do this?
A:
Win32 Console Project....
then add files....select .cpp, but call it a .c :)
Keith Nicholas
2010-07-15 10:03:48
+1
A:
C++ - Projects - Win32 Project - Console Application. When application is created, rename .cpp files to .c. In the Project Properties, C++, Advanced, select Compile As C code (/TC).
Alex Farber
2010-07-15 10:05:19
I like your answer. I thought this is more complicated. If there are no more better answers, I will mark this one as correct.
Matthew Murdock
2010-07-15 10:29:34