Hey guys. I am using windows xp, and Bloodshed Dev C++ compiler.
I am making a simple program.
The CPP file and EXE file work fine on my computer, but do not work on any other computers, no matter what OS (Ive tried on xp, vista, linux and 7).
When the exe is run, after a short time, an error message comes up saying "CMDME.exe" has stopped running.
Now, I have made other programs that work perfectly on my computer, and all others, so it's not the compiler, and I have recompiled it many times, so the file is not corrupted.
Anyone have any clues as to what is happening?
Here's a list of the #includes:
#include<iostream>
#include<string>
#include<unistd.h>
#include<sys/types.h>
#include<dirent.h>
if that helps anyone.
Cheers.