RSS

Monthly Archives: Kasım 2012

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

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?
Read the rest of this entry »

Arama Terimleri:

 

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

Leave a comment