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

CNU GCC Compiler issue?

Started by Skitarii92, December 10, 2011, 03:31:21 PM

Previous topic - Next topic

Skitarii92

Going from my C++ for dumbies book (yes, i know thats pretty lame, but i have to start somewhere), i am trying to create a simple console program. it reads

#include <iostream>

using namespace std;

int main ()
{
    cout << "Hello world!" << endl;
    return 0;
}



If i try to build it, the build log says
"Say Hello - Debug" uses an [SEARCH THE FORUMS BEFORE YOU POST. THIS HAS BEEN ANSWERED MANY TIMES!]. Probably the toolchain path within the compiler options is not setup correctly?! skipping...
nothing to be done.

How do i get it to work? if it doesnt work, then my programming hopes are totally hosed. Please help!

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]