Thread: Dev c++ 5 bug?
View Single Post
# 1 23-01-2006 , 10:44 PM
MattTheMan's Avatar
Registered User
Join Date: Apr 2005
Location: Fairfield, CT
Posts: 2,436

Dev c++ 5 bug?

Hey, I know c++ and stuff, but in dev c++, whenever i use any thing, the window dissapears really quick:

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 user added image


Live the life you love, love the life you live