I can't get any of them to work. I have MinGW and Cygwin also, for the compiling I guess. I'm not sure. I've just been following things online.
The closest I have gotten is with Netbeans, and I get this error:
Running "C:\MinGW\bin\mingw32-make.exe -f Makefile CONF=Debug" in C:\Documents and Settings\...\My Documents\NetBeansProjects\HelloWorld ! was unexpected at this time. C:\MinGW\bin\mingw32-make.exe: *** [.validate-impl] Error 255 Build failed. Exit value 2.
The code is a simple hello world print out:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, world";
return 0;
}
The Google does nothing. Any help for this?
This post has been edited by COMMUNISTCHINA: 14 May 2008 - 09:10 AM

New Topic/Question
Reply



MultiQuote













|