Code::Blocks Forums
User forums => Help => Topic started 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.
-
Do a rebuild!
-
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
-
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.)