Making a line of text at the upper left corner of a console window not scrollable.

I'm writing a program that generates random
arithmetic questions, the user has 10 lifelines, I
want my program to display the lifelines (no of
chances left) at the rightmost corner of the
console window without it being scrollable i.e. It
doesn't move neither up nor down when
scrolled. I dont know how I can do it (I'm using
windows OS). I would appreciate any assistance.
Thanks.
You may need to use an external console library, such as PDCurses.
Topic archived. No new replies allowed.