Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>gotoxy</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  GOTOXY

  .  Summary

  gotoxy(int <xpos>, int <ypos>);

  .  Description

  The gotoxy function positions the cursor at the screen coordinates
  given by <xpos> and <ypos>. Note that 0,0 is the upper left corner.
  On a 80x25 text screen, the lower right corner would be 79,24.

  .  Return Value

  None.

  .  Example

  gotoxy(0, 0);      // go to the top left corner

  gotoxy(79, 24);    // go to the bottom right corner

See Also: getx gety

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson