User forums > Help

CNU GCC Compiler issue?

(1/1)

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:
http://forums.codeblocks.org/index.php/topic,12840.0.html

Tim S.

Navigation

[0] Message Index

Go to full version