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 ..
(http://i826.photobucket.com/albums/zz183/Cruil/Capture.png)
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
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.
thx I try that..