Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: MegaManZZ on December 01, 2007, 11:13:26 pm
-
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?
-
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.