gotoxy() in visual C++ 1.5
I am writing a DOS program that needs the gotoxy() function. Borland C++ has it in conio.h but VC++ does not have it. Since this is someone else's code, I can't change compiler.
Does someone have code sample to implement a gotoxy() function for cursor positioning?
Thanks
Carl
|