This following program compiles w/o errors, but it's not running when I try to run it. The screen just flinches.
#include <cstdlib>
#include <iostream>
using namespace std;
...
dgiaimoJul 27, 2006
I just copied it verbatim and compiled it, and it ran just fine. You must have something set up weird on your machine.