C++ commands... Does anyone know?
From: VhD50 (VhD_50_at_hot_mail.com)
Date: 10/28/03
- Previous message: Will Oram: "Re: Using Classes -- CLARIFICATIONS"
- Next in thread: Artie Gold: "Re: C++ commands... Does anyone know?"
- Reply: Artie Gold: "Re: C++ commands... Does anyone know?"
- Reply: Anthony Borla: "Re: C++ commands... Does anyone know?"
- Reply: osmium: "Re: C++ commands... Does anyone know?"
- Reply: David: "Re: C++ commands... Does anyone know?"
- Reply: ChrisJForeman: "Re: C++ commands... Does anyone know?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Oct 2003 19:44:15 -0600
Hi all,
I'm working on an C++ assignment that requires the "clear screen" and
"pause". For the clear screen, I can just cout a bunch of endl (not the best
way, but it works ;). However, I'm stuck on the pause command (I can use a
dumb char variable that does nothing and force the user to enter a char for
that variable, but this will requires at least 2 key strokes). What I'm
looking for is the pause command that works like the one they have in DOS
(press any key to continue).
Does anyone know what the pause command for C++ is?
And the clear screen command?
Thanks for reading my post.
VHD.
- Previous message: Will Oram: "Re: Using Classes -- CLARIFICATIONS"
- Next in thread: Artie Gold: "Re: C++ commands... Does anyone know?"
- Reply: Artie Gold: "Re: C++ commands... Does anyone know?"
- Reply: Anthony Borla: "Re: C++ commands... Does anyone know?"
- Reply: osmium: "Re: C++ commands... Does anyone know?"
- Reply: David: "Re: C++ commands... Does anyone know?"
- Reply: ChrisJForeman: "Re: C++ commands... Does anyone know?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|