News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

how to set default Win32 GUI Project file extension as .c?

Started by cbuser2, February 02, 2013, 02:59:32 PM

Previous topic - Next topic

cbuser2

Hi folks.

When I start a new console application, I have the option of selecting the language as either C or C++, and the file is saved appropriately as .c or .cpp. But when I start a new Win32 GUI Project, I don't have this option, and the source file is automatically saved ending in .cpp. I can still write C code, and it builds and runs fine. What can I do to set default Win32 GUI Project file extension as .c?

Thanks in advance.