News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

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.