on running any program in dev c++ screen cannot hold and it close in very few second what i do for holding screen
Saurav Akolia 0 Newbie Poster
Recommended Answers
Jump to PostFor many IDEs this is because you are not running the program but debugging it (running it in the debugger). The debugger assumes that you will have added a break point if you want to stop so it doesn't both stopping after program execution.
In stead of debugging the program …
All 3 Replies
Banfa 597 Posting Pro Featured Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
Moschops 683 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.