B
Bob Altman
Hi all,
I have an unmanaged console app written in C++. I can't figure out how to
get C++ to do the standard issue "press any key to continue" thing:
cout << "Press any key to continue: ";
cin >> <your code goes here>;
TIA,
- Bob
I have an unmanaged console app written in C++. I can't figure out how to
get C++ to do the standard issue "press any key to continue" thing:
cout << "Press any key to continue: ";
cin >> <your code goes here>;
TIA,
- Bob