Link to home
Start Free TrialLog in
Avatar of core123
core123

asked on

Creating console GUI effects

In a console application, how can I make some of the characters stay statically on the screen while other parts change dynamically?

An example of this would be a program that reads a huge 10 meg file, and as it reads it, prints its contents to the screen while having the last row of the console window be a status bar that shows the percentage of file read.

Thanks,
Chris O.
Avatar of core123
core123

ASKER

I'd like to learn how to accomplish this without the use of a library, if possible.
Wich OS
ASKER CERTIFIED SOLUTION
Avatar of Billy_Pilgrim
Billy_Pilgrim

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial