NO

Author Topic: how to fix output text at consolel !  (Read 2767 times)

Cruil

  • Guest
how to fix output text at consolel !
« on: February 08, 2011, 09:53:36 PM »
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
« Last Edit: February 09, 2011, 06:30:48 AM by Cruil »

CommonTater

  • Guest
Re: how to fix output text at consolel !
« Reply #1 on: February 09, 2011, 02:50:00 AM »
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.


Cruil

  • Guest
Re: how to fix output text at consolel !
« Reply #2 on: February 10, 2011, 09:09:53 PM »
thx I try that..