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

  • Thread starter Thread starter mel smith
  • Start date Start date
M

mel smith

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.

Cheers

nifsmith
 
mel said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top