Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
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".
-
I just reset the compiler and debugger settings to defaults and is now running.. thnks btw :P