Direkt zum Hauptbereich

Posts

Es werden Posts vom Februar, 2013 angezeigt.

Keep console application open in MS Visual C++ 2010 Express

Usually the console window closes immediately after execution. To keep it open, one could change the program and add e.g. a cin.get(). But there is a way to keep it open without changing any line: Bitte Rechtsklick den Projektnamen, und gehen Sie auf der Seite Eigenschaften bitte erweitern Sie Konfigurationseigenschaften-> Linker-> System, wählen Sie bitte die Konsole (/ SUBSYSTEM: CONSOLE) im Dropdown-SubSystem. Da, in der Standardeinstellung das leere Projekt nicht angegeben ist. http://de.softuses.com/271941 in english: Please right click your project name and go to Properties page, please expand Configuration Properties -> Linker -> System, please select Console (/SUBSYSTEM:CONSOLE) in SubSystem dropdown. Because, by default, the Empty project does not specify it. http://social.msdn.microsoft.com/Forums/en/vsdebug/thread/868551df-9d87-43cb-b24b-d8665a2ae646