RSS

How to keep open window after execution? CTRL+F5 C or C++ visual studio 2010 2012

Kasım 17

Visual Studio 2010’da C ile konsol uygulamarı ile çalışıyordum. Program diğer bilgisayarlarda CTRL+F5 ile cmd.exe içinde açılıyordu. Fakat benim bilgisayarımda normal şekilde açılıyordu. Bu da programın çalışması bittiğinde hemen kapanmasına neden oluyordu. Bunun çözümünü ağağıdaki resimlerde gösterdim. Projenize sağ tıklayın ->Properties ->Configuration Properties -> Linker -> System, “SubSystem” içinde { Console (/SUBSYSTEM:CONSOLE) } seçeneğini seçin. Tamam/Ok tıklayıp kapatın .

I am making this request on behalf of several C++ programming students. In the past, we have been able to utilize ctrl-F5 (start without debugging) within VS 2005 and 2008 to keep the console window open so that we may view the output. And now, although it is in the menu in VS 2010, neither selecting the menu option or entering ctrl-F5 will keep the console open. Is this a glitch in VS 2010 or is there a new alternate way of keeping this window open?

Visual studio 2008 doesn’t close the console window after executed a console application, but 2012 does close.
I know that use “system(“pause”)” or getchar() to pause.
But I want to know whether the Visual studio 2012 offer an option to turn on?
Don’t use code.

Use this way

Please right click your project ->Properties ->Configuration Properties -> Linker -> System, please select { Console (/SUBSYSTEM:CONSOLE) } in “SubSystem” option. Check it again.

Arama Terimleri:

 

Posted by on 17 Kasım 2012 in Bilgisayar, Programlama

Leave a comment

Bir Cevap Yazın