Author Topic: CNU GCC Compiler issue?  (Read 4168 times)

Skitarii92

  • Guest
CNU GCC Compiler issue?
« on: December 10, 2011, 03:31:21 pm »
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!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: CNU GCC Compiler issue?
« Reply #1 on: December 10, 2011, 05:56:07 pm »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org