I know that when a program runs through Quincy there is always a message in the DOS window that reads something like "Press enter to return to Quincy" when the program is done running. I use Dev C++ and I was wondering if there was a way to set it up that will display the same message as Quincy. I would rather set it up that way so I don't have to worry about adding the "pause" line into all my programs so I can read my program if it has a lot of cout's. Thanks in advance.