Joke Collection Website - Bulletin headlines - What is the cursor moving program in C language?

What is the cursor moving program in C language?

You can use the gotoxy function to move the cursor.

1, function name: gotoxy

Prototype: external

empty

gotoxy(int

x,

Internationalorganizations (same as international organizations)

y);

Usage: #include

Function: Move the cursor to the specified position Description: gotoxy(x, y) moves the cursor to the specified row y and column x, and sets the cursor to the specified position of the text screen, where the parameters x and y are the text screen.