int main(int argc, char* argv[])
{
...
cout << "\nPress any key to continue...";
getch();
return 0;
}