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 26, 2006
Should't you have something following those "#include"s?