Ebu
April 29th, 1999, 06:21 PM
Ok, I'm using Microsoft Visual C++ 4.0 writing a console application (No MFC).
My question is, how can I change the cursor location?
Borland Turbo C++ has gotoxy(int,int), QBASIC has LOCATE #,# What command does MSVC++4 have?
What I'm basically wanting to do is draw a table, then go back in and fill it in, without needing to go from top to bottom.
_any_ help would be greatly appreciated,
Ebu
My question is, how can I change the cursor location?
Borland Turbo C++ has gotoxy(int,int), QBASIC has LOCATE #,# What command does MSVC++4 have?
What I'm basically wanting to do is draw a table, then go back in and fill it in, without needing to go from top to bottom.
_any_ help would be greatly appreciated,
Ebu