Friday, February 25, 2011

First C program built (from terminal)

We modify the command line window(cmd.exe) properties so that the width allows more space to be viewed without cropping the line. Quick Edit Mode checkbox is selected. We change and create some directory names so that the projects compiled with Code::Blocks are separate from those compiled directly at the command line. The firstCprogram.c is passed as the first argument to the GCC builder at the command line.

Monday, February 14, 2011

Code::Blocks setup and test

In this occasion we solve Code::Blocks 8.02 missing the compilation.
We change the mingw32-g++.exe to mingw32-gcc.exe at the linker tool place-holder. Preprocessing, compilation and linkage is done correctly this time.

Code::Blocks setup

In this occasion, we set MinGW as the default compiler for the IDE, and a compilation attempt is performed.