script (basic example, it does this with anything):
#include <iostream.h>
using namespace std;
main()
{
cout >> "Problem";
return 0;
}
If I run it repeatedly, i can see the word "Problem" flashing across the screen, but nothing more.
Is this a bug with dev c++? Or is this my programming fault (which i doubt)
Cya Later
Matt
