Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mykhel01 on November 23, 2010, 10:02:33 am

Title: New here: How to compile the C language using Code::Blocks
Post by: mykhel01 on November 23, 2010, 10:02:33 am
I have written a simple program in an Empty page in C language, but don't know what to do next. I have used before TCC as compiler, but my new prof prefer Code::Blocks

I have just downloaded the codeblocks-10.05mingw-setup.exe
Title: Re: New here: How to compile the C language using Code::Blocks
Post by: MortenMacFly on November 23, 2010, 10:09:16 am
I have written a simple program in an Empty page in C language, but don't know what to do next. I have used before TCC as compiler, but my new prof prefer Code::Blocks

I have just downloaded the codeblocks-10.05mingw-setup.exe
Install Code::Blocks, run the wizard to create yourself a C-Project (NOT C++!), paste the code into the "Hello World" file that got created, hit "build and run".
Title: Re: New here: How to compile the C language using Code::Blocks
Post by: mykhel01 on November 23, 2010, 10:33:54 am
I just reset the compiler and debugger settings to defaults and is now running.. thnks btw  :P