Mail Archives: djgpp/2000/12/29/14:36:31
Some one requested that I post my source code that was giving me trouble. Well,
so far none of them have worked but here is the simplest one:
#include<stdio.h>
#include<iostream.h>
int main(int arg, char* pszArgs[])
{
cout << "This is a test";
return 0;
exit (0);
}
The message window at the bottom says:
compiling: tester.cpp
bad command or file name
no errors
And when I try to run I get a window that says:
Program exit code: -1 (0xffffffff)
Thanks for your help!
- Raw text -