i have this source code to set the cursor position but i don t know what s wrong with it
could you plz help or send me another piece of code??
by the way i have this function that comes in the c++ library setCursorPos(x , y)
but it doesn't work either
i need some instructions about it, too.
------------------------
void location(int x, int y)
{
HANDLE OutputH;
COORD position = {x, y};
OutputH = GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(OutputH, position); }
__________________________
msvc++ 6.0
__________________________
"I wasted time till time wasted me " Savatage(believe)