From: pjotr AT wlink DOT net (pjotr) Newsgroups: comp.os.msdos.djgpp Subject: Re: pausing programs in Rhide Date: Sun, 31 Jan 1999 06:09:25 GMT Organization: Posted via RemarQ, http://www.remarQ.com - Discussions start here! Lines: 15 Message-ID: <36b3f346.810190@news.w-link.net> References: <790m5e$fm$1 AT nnrp1 DOT dejanews DOT com> NNTP-Posting-Host: 208.151.227.237 X-Trace: 917763324 T.3QWX1FWE3EDD097C usenet87.supernews.com X-Complaints-To: newsabuse AT remarQ DOT com X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 31 Jan 1999 04:28:38 GMT, jjayttan AT my-dejanews DOT com wrote: >When I "run" programs from the Rhide pull down menu, how do I get Rhide to >pause after the program had finished execution? That way I can scrutinize >whether the program output is correct. How about using: while (! kbhit ()); as your very last instruction before ending the program. Cheers, Pjotr