View Single Post
  #1 (permalink)  
Old June 10th, 2003, 01:23 PM
[email protected] carl.dufresne@sita.aero is offline
Authorized User
 
Join Date: Jun 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
Reply With Quote