Dev-cpp seems to run just fine on my computer, minus one problem that I seem to be running into. Once I hit the run button a window very quickly appears and then disappears. I have read through the forums but couldn't find an answer to my problem, so I hope that all of you don't mind me asking for help on this topic. I also noticed one thread about the same issue that I am having, but my dev-cpp folders, files, etc. are all stored in spots without white spaces in the name. Also, I am running on Windows Vista if that helps. Many thanks to anyone who may or may not know the answer to this problem.
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Dev-cpp seems to run just fine on my computer, minus one problem that I seem to be running into. Once I hit the run button a window very quickly appears and then disappears. I have read through the forums but couldn't find an answer to my problem, so I hope that all of you don't mind me asking for help on this topic. I also noticed one thread about the same issue that I am having, but my dev-cpp folders, files, etc. are all stored in spots without white spaces in the name. Also, I am running on Windows Vista if that helps. Many thanks to anyone who may or may not know the answer to this problem.
Thank you!
Hello,
I just wanted to apologize and let everyone know that I found the answer to my problem in the forum after finally using the right set of keywords.
For those of you who are having the same problem as me this is the answer that I found on the forum, which worked for me:
Place system("pause"); right before return 0;
Thanks! :)