Code::Blocks Forums

User forums => Help => Topic started by: jmk13 on February 02, 2017, 02:46:32 am

Title: Console Application stuck on Hello world!
Post by: jmk13 on February 02, 2017, 02:46:32 am
I'm new to code:blocks and programming in general. I installed the codeblocks 16.01 with MinGW setup but every time I go to run a console application all I see is Hello world! in the console no matter what I type in the program. I could have "this sucks" in my 'cout' for the program and I would still see "Hello world!" in the console when I click run. Any ideas? Any help would be appreciated.
Title: Re: Console Application stuck on Hello world!
Post by: stahta01 on February 02, 2017, 02:51:27 am
Do a rebuild!
Title: Re: Console Application stuck on Hello world!
Post by: BlueHazzard on February 02, 2017, 11:21:13 am
Do a rebuild!
Build->Rebuild

if you still have problems:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
Title: Re: Console Application stuck on Hello world!
Post by: ridge on February 02, 2017, 09:34:18 pm
Sounds like you have multiple projects (see Management section at the left of CodeBlocks).
The one that is BOLD is the current project.  Double-click the one you want to be current.
(Then Rebuild.)