how could i fix my codeblocks(it doesnt build)

when i push the build button..
nothing happens, no "building log"
then when i try to "run the program its says "build it first"
but then again,, the build button doesnt work :(

any suggestions on how to fix it..?
or just give me site to download free C++.
gotta finish my case study,, :)

IDE = codeblocks

thanks :)
Last edited on
You can make it build by fixing the errors in your code.
oops.. thats not what i mean
what i mean is the build button doesnt work
If you're a student, you can get certain programs for free from MSDN Academic Alliance.

Check it out: http://msdn.microsoft.com/en-us/academic/default

They have Visual Studio 2010 x86 Ultimate. It's a really nice program.
ok,, i'll try :)
closed account (z05DSL3A)
beginner22 wrote:
help.. my C++ doesnt build..
(the build button doesnt work)
can sam1 help me,, how to fix it..

[rhetorical] How the hell is anyone meant to help when you can't even give some basic information such as what IDE you are using? [/rhetorical]

How To: Ask Questions The Smart Way
http://www.cplusplus.com/forum/articles/1295/
:( codeblocks
If you just hit the "build" button, it will just build, not run the program. Click one of the "play" icons.
there i've edited my post,, is it clearer??
tnx for those who helped and will help :)
Could be a sign that your statically linked libs aren't correctly added. Or that your missing files. I believe I've gotten that error from both actions.
Topic archived. No new replies allowed.