Author Topic: Getting 'hello world' as output on every program.  (Read 3567 times)

Offline Simran

  • Single posting newcomer
  • *
  • Posts: 2
Getting 'hello world' as output on every program.
« on: October 19, 2018, 06:12:31 pm »
I have been programming on Code::Blocks since around 6 months now. I don't know what I did wrong, but it is giving this same output on every program.

I tried doing the following things:
-Full command line
-Changing project
-Saving current file, then build and run it again

But none did rectify it. I need help.
Thanks in advance.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Getting 'hello world' as output on every program.
« Reply #1 on: October 19, 2018, 10:10:45 pm »
Rebuild the project! Or clean followed by build the project.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Simran

  • Single posting newcomer
  • *
  • Posts: 2
Re: Getting 'hello world' as output on every program.
« Reply #2 on: October 20, 2018, 05:38:14 pm »
It is solved now. Thanks a lot.  :)