Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To rewrite single line rather than clear screen

Status
Not open for further replies.

amanyasin

Technical User
Feb 7, 2003
28
Hi

I want to rewrite single line in my VC++ output. I know there is a Clear screen function. but it will be clear whole screen. Is there any method available to update single line in output window alongwith the execution of rest of the program.

Thanks in advance
 
Is this a console program? If it is, have a look at "Console Functions" in your help, in particular FillConsoleOutputCharacter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top