Can I create a regular C project in Microsoft Visual C++ 2010 Express? If so how?
This is a discussion on C project in Microsoft Visual C++ 2010 Express? within the C Programming forums, part of the General Programming Boards category; Can I create a regular C project in Microsoft Visual C++ 2010 Express? If so how?...
Can I create a regular C project in Microsoft Visual C++ 2010 Express? If so how?
Yes. Just create a C++ solution. In the project configuration, go to C/C++ -> Advanced -> Compile As. Set to compile as C. You might also change the extension of .cpp files to .c.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way