Code::Blocks Forums

User forums => Help => Topic started by: Cloud on October 23, 2008, 07:09:15 pm

Title: Issue with Build
Post by: Cloud on October 23, 2008, 07:09:15 pm
I'm using a book to help learn how to use C++...I try to run the program:

#include <iostream>
using namespace std;

int main() {
     cout << "Never fear, C++ is here!";
     return 0;
}

and just to get it to run, I have to tell it not to build, is there something specif I'm supposed to do, because all I get when I do that is:
Process returned 0 (0x0)   execution time : 0.000 s

Press any key to continue

then it just goes back to the building screen, I will hit open new project to start, then go to file, the C++ bit, if there is anything wrong with what I'm doing, or if I forgot something please tell me, its driving me crazy. >.<

Also I haven't modified anything....so if I need to please tell me.  Thanks. :)