Yes, you can. Go to Project and Properties, then somewhere in the myriad of options you'll see "Compile as C++" where you can change it to "Compile as C". And while you're at it, change the source file extension to .c instead of .cpp.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
>Where do I find the Project and Properties tab/menu?
On the main menu is a menu item called "Project". Under that is another menu item called " Properties".
>Do we do the compiling using the "Start Debugging" menu?
I don't waste my time with the menus. I use Ctrl+F7 to compile, Ctrl+F5 to run in the debugger, and F5 to run outside of the debugger.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401