Hi,
I want to pause a program in C++ until I press a key to continue. Could anyone please help me how to do that.
Thank you so much
Though I do disagree in giving answers away like this:
getchar();
There you go.
which platform you are developing?
simply add the line
system("PAUSE");
I thank all of you who have posted their advices
@kaidranzer
Eat bugs and die.
I suggest you read the thread pointed by helios...
quite informative discussion...