Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2012を使用せずに実行後にコンソールウィンドウを閉じるのを停止するにはどうすればよいsystem("pause");ですか?
system("pause");
[プロジェクト]->[プロパティ]->[構成プロパティ]->[リンカー]->[システム]を右クリックします。
次にConsole (/SUBSYSTEM:CONSOLE)、「サブシステム」オプションで選択します。
Console (/SUBSYSTEM:CONSOLE)
VSコードウィンドウの左端をクリックするだけで、ブレークポイントを配置できます(通常は「Return0;」以降の反対)。