Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Proppy88 on April 15, 2016, 11:40:20 pm

Title: Need help with Hello World
Post by: Proppy88 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!
Title: Re: Need help with Hello World
Post by: Pecan on April 16, 2016, 04:28:40 pm
http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/codeblocks-instructions.pdf

http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/
Title: Re: Need help with Hello World
Post by: papagym 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