Code: Select all
#include <iostream.h>
main()
{
cout<<"Hello World!\n";
return 0;
}
But here's the kicker. I convert something much more advanced to 7.0, such as this here program that makes the Juila Set, and for some reason, it works like a charm.
I got to thinking that maybe I have to do something special to the files to make the simple DOS programs work, as that program isn't the only one that will compile, and that runs in windows. It's only the crap programs I'm having issues with.
Does anyone else expreience these issues?