Skip to content

CodeBlocks Compilation

Marcus Ottosson edited this page Jan 23, 2015 · 1 revision

Add main file

Now we need to add the main file:

right click on "sources"   (project panel on left)
click "find file"
double click "main.c"
open "main.c"

Build and Run

Obviously being a IDE, does almost everything CodeBlocks, in this case has already written the essential code, so we need only build the project

build->build and run 
Clone this wiki locally