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

Code Blocks wouldn't built anything

Started by infinity, April 24, 2009, 04:15:15 PM

Previous topic - Next topic

infinity

I've downloaded Code::Blocks, but I've got a little problem. Even as simple code as this wouldn't be built and so I can't run anything. When I try to build something it does nothing, doesn't show a message or whatever. What should I do?

Just an example of what I've been trying to run..

#include <iostream>
using namespace std;
int main () {
    cout<<"hay";
    return 0;
}



MortenMacFly

Quote from: infinity on April 24, 2009, 04:15:15 PM
What should I do?
1.) Search before you ask
2.) Install and setup a compiler. C::B comes with two setups: One with and one without a compiler.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]