How to prevent the console from running twice?

1

I have had this same problem on my other computers, and even on other IDE's as well. The following happens:

When I finish writing my C code and executes it, a prompt appears for about 5 seconds. I can test the code within this time limit, however, after 5 seconds it closes with or without my consent.

After this, a second prompt opens again with code execution starting from 0. This time prompt has no time limit like the previous one .

This makes the testing process time-consuming, because the prompt runs twice instead of one. It may not seem like a big deal, but after a while it becomes extremely annoying.

Would anyone know to tell me what it is and how to solve it?

I currently use Visual Studio Express 2013.

Thanks in advance!

    
asked by anonymous 19.04.2015 / 02:25

0 answers