OK, this has got to be a simple one and yet I cannot find the answer
in my textbook.
How can I get a simple pause after an output line, that simply waits
for any key to be pressed to move on?
Basically: "Press any key to continue..."
I beleive that I am looking for is something along the lines of a....
cin.get
but do not know the exact syntax for it.
I know it is so simple.... I can make and call functions with eyes
closed yet this illudes me...
Thanks.
in my textbook.
How can I get a simple pause after an output line, that simply waits
for any key to be pressed to move on?
Basically: "Press any key to continue..."
I beleive that I am looking for is something along the lines of a....
cin.get
but do not know the exact syntax for it.
I know it is so simple.... I can make and call functions with eyes
closed yet this illudes me...
Thanks.
Comment