• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is anyone famliar with Dev-C++?

I am sure you are excited to see a post to this topic. What a let down it is going to be to see that I am just neffing.

:beer:
 
Well, I'm just starting c++ and everything, after I compile a code succesfully with 0 errors, dev-c++ creates an exe file. But then when I double click on it, nothing happens...why?
 
Run it from a command prompt.. the program is opening and closing before you know it. I'm guessing it's something simple, without any inputs?
 
if the proggy opens and closes faster than a blink of an eye, just add cin.get(); ,at the end, and the program will wait for you to press a key, and then it'll exit
 
Back
Top