Subj : Re: platforms To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Sat Dec 06 2003 08:47 pm Ed Mulroy [TeamB] wrote: >If what is in CONIO.H isn't enough for you then you would have to use the >Win32 API but it is a bit more complex. If you decide to do that, look in >the Win32 help file (win32.hlp) for these things: > COORD > SetConsoleCursorPosition > GetConsoleScreenBufferInfo > SetConsoleScreenBufferInfo You left out the important one... ReadConsoleOutput() .