Re: Newbie::Simple method to clear screen in VC++ .net (unmanaged) console project

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 04/23/04

  • Next message: Alvin Bruney [MVP]: "Re: Out of process COM server accessible by a client embedded in IIS"
    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


  • Next message: Alvin Bruney [MVP]: "Re: Out of process COM server accessible by a client embedded in IIS"

    Relevant Pages