C How to Quit a Program C Press Any Key to Continue
press any key to continue
press any key to continue
Author | Message |
---|---|
press any key to continue Hi, I would like to emulate at the end of a page, the line that you find on Thanks Philippe | |
Sun, 16 Feb 2003 03:00:00 GMT | |
press any key to continue : Hi, : I would like to emulate at the end of a page, the line that you find on By using system-specific extensions. The C standard only specifies -- | Kingpriest of "The Flying Lemon Tree" G++ FR FW+ M- #80 D+ ADA N+++ | "Remember: There are only three kinds of people - those who can count and those | |
Mon, 17 Feb 2003 03:00:00 GMT | |
press any key to continue Quote: > Hi, > I would like to emulate at the end of a page, the line that you find on Change your message to "press ENTER to continue", or use non-standard -- Richard Heathfield "Usenet is a strange place." - Dennis M Ritchie, 29 July 1999. C FAQ: http://www.eskimo.com/~scs/C-faq/top.html | |
Mon, 17 Feb 2003 03:00:00 GMT | |
press any key to continue Quote: > Hi, > I would like to emulate at the end of a page, the line that you find on > Thanks > Philippe Hello Philippe, what you need is a unbuffered input. This can't be achived A newsgroup related to your system can give you more help. Z -- | |
Mon, 17 Feb 2003 03:00:00 GMT | |
press any key to continue This can only be done using system specific non-standard extensions. Under Regards, Quote: > Hi, > I would like to emulate at the end of a page, the line that you find on > Thanks > Philippe | |
Mon, 17 Feb 2003 03:00:00 GMT | |
press any key to continue Quote: >> I would like to emulate at the end of a page, the line that you find on >Change your message to "press ENTER to continue", or use non-standard Heh. First thought was of that episode of the Simpsons, where Homer's on AOL -------- "Any key, where's the any key?" - Homer Simpson. | |
Mon, 17 Feb 2003 23:12:28 GMT | |
press any key to continue Quote: > Thanks everyone for your help. > two answers were very helpfull > one answer was system("PAUSE") ; // stdlib.h The more helpful answers you got, whether you realise it or not, were Quote: > since I am using Vc, I will go with the first one. I don't see the logic here. -- | |
Sat, 22 Feb 2003 14:45:16 GMT | |
press any key to continue Quote: > > Thanks everyone for your help. > > two answers were very helpfull > > one answer was system("PAUSE") ; // stdlib.h > The more helpful answers you got, whether you realise it or not, were sure but the question was any key not enter... Quote: > > since I am using Vc, I will go with the first one. > I don't see the logic here. conio.h is not Vc compatible Quote: > -- | |
Sat, 22 Feb 2003 16:01:13 GMT | |
press any key to continue The grid bug bites! Philippe Rousselot writes: Quote: >> > Thanks everyone for your help. >> > two answers were very helpfull >> > one answer was system("PAUSE") ; // stdlib.h >> The more helpful answers you got, whether you realise it or not, were >sure but the question was any key not enter... ... which can't be done portably. ENTER is a much better solution, in Quote: >> > since I am using Vc, I will go with the first one. >> I don't see the logic here. >conio.h is not Vc compatible Perhaps, then, you should go with a solution that will work on all | |
Sat, 22 Feb 2003 17:20:10 GMT | |
press any key to continue Quote: > > > Thanks everyone for your help. > > > two answers were very helpfull > > > one answer was system("PAUSE") ; // stdlib.h > > The more helpful answers you got, whether you realise it or not, were > sure but the question was any key not enter... And the answer is that there is no portable solution. When you ask in comp.lang.c, it is assumed that you are after a portable Quote: > > > since I am using Vc, I will go with the first one. > > I don't see the logic here. > conio.h is not Vc compatible And system("PAUSE") won't work on Unix systems. So you shouldn't use -- | |
Sun, 23 Feb 2003 05:46:20 GMT | |
press any key to continue Quote: > > The more helpful answers you got, whether you realise it or not, were > sure but the question was any key not enter... Then you'll have to pay support people who explain to the customers | |
Sun, 23 Feb 2003 02:32:21 GMT | |
Source: http://computer-programming-forum.com/47-c-language/457f59c4bac79998.htm
0 Response to "C How to Quit a Program C Press Any Key to Continue"
Post a Comment