hi
when we write our code involving the use of display console all the messages in the program are displayed one after another as the program is executed. however i want the execution to stop and prompt the user for proceed permission if certain conditions arise.
how can i do that?
i'm using VC++ version 6.0 if thats of any help.
sam