Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tshifhiwa01 on May 16, 2017, 05:43:19 pm

Title: using code block for c
Post by: tshifhiwa01 on May 16, 2017, 05:43:19 pm
hi i just download code ::block how can i set it up for C development i what to test hello world
Title: Re: using code block for c
Post by: stahta01 on May 16, 2017, 06:29:16 pm
Edit: Added howto link http://wiki.codeblocks.org/index.php/Creating_a_new_project (http://wiki.codeblocks.org/index.php/Creating_a_new_project)

Step 1: Install a C Compiler
Step 2: Configure CB to use an installed C Compiler http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler#Compiler-neutral_setup_steps (http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler#Compiler-neutral_setup_steps)
Step 3: Post real information if you need help. http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)

Tim S.