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.
Windows 8 で Dev-Pascal を使用しています。プログラムを実行すると、cmd.exe が開いてプログラムが実行され、自動的に閉じます。どうすればこれを防ぐことができますか?
readln;前に追加してみる end.
readln;
end.
これにより、Enter キーを押すまでプログラムが一時停止します。