i recently installed Bloodshed Dev c++ from an old digit CD and wrote a program.compiled it without any errors.but whenever i run the program a DOS window blinks for a millisecond and disappears.That's it nothing else happens.what's the catch here guys??
You need to hold the window at the end, before exit. Use a cin.get() at the end of main (getchar if you're doing C). The other alternative (cleaner, in my opinion) is to run the program from an already existing DOS Shell.
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.