Skip to content

Instantly share code, notes, and snippets.

@markcam1
Last active January 8, 2019 04:37
Show Gist options
  • Save markcam1/4f1b426317b76ead52fb0e2cbab62d70 to your computer and use it in GitHub Desktop.
Save markcam1/4f1b426317b76ead52fb0e2cbab62d70 to your computer and use it in GitHub Desktop.
c++ notes

Visual Studio Notes

Put the following statement before the return 0 in main.

system("pause");

This will cause the window to remain open until you hit any key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment