Skip to content

Instantly share code, notes, and snippets.

@binsarjr
Created April 14, 2022 13:54
Show Gist options
  • Save binsarjr/6c4a1004e051e3213390866363bf5eb3 to your computer and use it in GitHub Desktop.
Save binsarjr/6c4a1004e051e3213390866363bf5eb3 to your computer and use it in GitHub Desktop.

Dont use system("PAUSE") again

use this

system("read -p 'Press Enter to continue...' var");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment