Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: mikedep333 on April 23, 2007, 02:46:34 am
-
Hi,
I just taught myself programming in C itself, now I am working on programming in win32. However, when I go to create a win32 GUI project, it automatically makes my project in C++. How do I create a C win32 GUI project? I tried searching for this, but instead I get tons of words with the letter c in them.
-
Just rename the file to a .c extension; the generated code is all kosher C.
-
Alright, thanks alot.