how to fix output text at consolel !

Started by Cruil, February 08, 2011, 09:53:36 PM

Previous topic - Next topic

Cruil

Hello guys,
I have problem with fixing an output text on the console screen, and make the the rest of console screen for user use ..



I want the name space and the option space fixed on screen and the user space not..
can you help me ..
the code in C language..

thx in advance

CommonTater

This is called "split screen scrolling"... I believe there are console libraries for that and you may have to do some serious Googling to find them. 

Writing your own is an option but it will be a fair bit of work since you'll be essentially rewriting the text output subsystem used by the console.