Hello!
After I compile and run my program a windows error message shows up, it doesn't give some specific information it's just a standard windows xp error that asks me to send report.
It gives me the error because in my code I have some basic math like this:
int e = a - b;
int r = c - d;
int w = e / r;
Even if I make a simple console program with only those lines , it still gives me the error.
I'm using the latest version of DEV C++ on windows XP.