Author Topic: Need help with Hello World  (Read 3079 times)

Offline Proppy88

  • Single posting newcomer
  • *
  • Posts: 2
Need help with Hello World
« on: April 15, 2016, 11:40:20 pm »
Hi everybody!
 
A very very newbie is looking for some help to compile and run the stupid Hello World with Code::Blocks 16.01

I am striving to do it with no success, I am trying everything, failing!
I need an explanation step by step from the download to the moment in which I'll read this fuc**ng Hello World!!!

Thanks in advance!

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
« Last Edit: April 16, 2016, 04:30:35 pm by Pecan »

Offline papagym

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: Need help with Hello World
« Reply #2 on: May 05, 2016, 09:30:39 pm »
You need to be a little more specific about what program language your using and what you have tried so far.

However I'll assume you're using C++.  Once you have all the code entered in the editor. You need to hit the Build and run button or (F9) , this will give you a dialog box where you have to enter a name for the file.  Just call it hellotest.cpp and press enter and it should run if it compiled and linked OK.
IF it didn't run you will probably have to fix your typing errors in the editor and try it again.

This is important: Don't forget to hit any keyboard key to close the console window ever time you run a program

Good Luck