Re: Newbie::Simple method to clear screen in VC++ .net (unmanaged) console project
From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 04/23/04
- Previous message: mel smith: "Newbie::Simple method to clear screen in VC++ .net (unmanaged) console project"
- In reply to: mel smith: "Newbie::Simple method to clear screen in VC++ .net (unmanaged) console project"
- Next in thread: Nishant S: "Re: Newbie::Simple method to clear screen in VC++ .net (unmanaged) console project"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Apr 2004 11:44:10 -0700
mel smith wrote:
> I writing a simple console program but my input output on the screen
> is getting cluttered is there a simple method of clearing the screen,
> a MS function perhaps.
See FillConsoleOutputCharacter and FillConsoleOutputAttribute in the
VC++/MSDN help.
-cd
- Previous message: mel smith: "Newbie::Simple method to clear screen in VC++ .net (unmanaged) console project"
- In reply to: mel smith: "Newbie::Simple method to clear screen in VC++ .net (unmanaged) console project"
- Next in thread: Nishant S: "Re: Newbie::Simple method to clear screen in VC++ .net (unmanaged) console project"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|