News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

n00b trying to start programming.

Started by MegaManZZ, December 01, 2007, 11:13:26 PM

Previous topic - Next topic

MegaManZZ

hey guys im brand new to te whole programming scene and really need a jump start.. what i did was install borland c++ and code::blocks. i told codeblocks to use borland c++ as my default compiler. i typed in a short "hello world" script and hit what looks like a cog icon. nothing really happened after that. i understand that it might have opened and closed just as fast.

could someone just simply explain a guy who's never programmed how to type the hello world script?

Auria

The "cog" icon will do the compilling. You should read on compilers to understand what they do. In the lower half of the screen you will see the build results. When build is successful you need to press the "play" button to execute the program.