Press Any Key to Continue C Without Me Coding That
Press any key to continue...
Press any key to continue...
Author | Message |
---|---|
Press any key to continue... I need to implement the common phrase "Press any key to continue..." Thanks In Advance | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... I just do something along the lines of what is listed below. I believe // Let's slow things down -- Tim Astle Quote: > I need to implement the common phrase "Press any key to continue..." > Thanks In Advance | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... Quote: > I need to implement the common phrase "Press any key to continue..." no, you'll have to use non-standard functions to do this. btw this question -- X AGAINST HTML MAIL | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... Oops! You didn't want a return. Sorry. Ignore my post :-) -- Tim Astle Quote: > I just do something along the lines of what is listed below. I believe > // Let's slow things down > -- > Tim Astle > > I need to implement the common phrase "Press any key to continue..." > > Thanks In Advance | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... Quote: >I need to implement the common phrase "Press any key to continue..." It's not ANSI C but, in DOS compatible land, the non-ANSI function PeekConsoleInput(s_hConIn, &peek, 1, &peekRecordsRead); if (peekRecordsRead && (peek.EventType & KEY_EVENT)) Quote: } - Mark A. Odell (remove thisisnotvalid. to reply via email) | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... That won't work because it really needs to be "any" key. Quote: > I just do something along the lines of what is listed below. I believe > // Let's slow things down > -- > Tim Astle > > I need to implement the common phrase "Press any key to continue..." > > Thanks In Advance | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... : I need to implement the common phrase "Press any key to continue..." This is a FAQ. Short answer: Not portable. Ask in your own system's -- | Kingpriest of "The Flying Lemon Tree" G++ FR FW+ M- #80 D+ ADA N+++ | "Show me a good mouser and I'll show you a cat with bad breath." | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... Quote: >>I need to implement the common phrase "Press any key to continue..." >It's not ANSI C but, in DOS compatible land, the non-ANSI function [snip rest of OT code] <OT> Stef | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... Quote: > I need to implement the common phrase "Press any key to continue..." Why not implement the common phrase "Press enter to continue...". -- What one knows is, in youth, of little moment; they know enough who A thick skin is a gift from God. - Konrad Adenauer | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... Quote: > That won't work because it really needs to be "any" key. Why? -- What one knows is, in youth, of little moment; they know enough who A thick skin is a gift from God. - Konrad Adenauer | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... : > : It's not ANSI C but, in DOS compatible land, the non-ANSI function What makes you think the OP is working on a DOS platform? He may just as Paul -- North Carolina State University | |
Sun, 06 Oct 2002 03:00:00 GMT | |
Press any key to continue... Quote: > > That won't work because it really needs to be "any" key. > Why? Quite so. A few years ago I wrote a grossly non-portable Game of Life To quit the program, the user had to press the very keys which usually Since I had the terrible gall to post such an offensively The only bit of that program that I'm desperately ashamed of is the -- 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, 07 Oct 2002 03:00:00 GMT | |
Press any key to continue... Quote: >> I need to implement the common phrase "Press any key to continue..." >no, you'll have to use non-standard functions to do this. btw this question People, why can't we be a little more friendly here? Everyone is so EITHER Answer the question asked, or SHUT UP! If the reason you want An OPINION I felt had to be presented! | |
Mon, 07 Oct 2002 03:00:00 GMT | |
Press any key to continue... in comp.lang.c: Quote: > >no, you'll have to use non-standard functions to do this. btw this question > People, why can't we be a little more friendly here? Everyone is so > EITHER Answer the question asked, or SHUT UP! If the reason you want > An OPINION I felt had to be presented! This is an unmoderated newsgroup and you are entitled to your opinion Jack Klein | |
Mon, 07 Oct 2002 03:00:00 GMT | |
Press any key to continue... Stef a crit dans le message Quote: ><OT> Come on, just call getch(), and once again in the previous returned 0... It Quote: ></OT> -- | |
Mon, 07 Oct 2002 03:00:00 GMT | |
Page 1 of 2 | [ 25 post ] | Go to page: [1] [2] |
villarrealhingive.blogspot.com
Source: http://computer-programming-forum.com/47-c-language/f6cfc7d2bc3865aa.htm
0 Response to "Press Any Key to Continue C Without Me Coding That"
ارسال یک نظر