What's Gotoxy? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What's Gotoxy?

Some days ago I copied a code of a simple c++ car race game and it worked... But half of the code contains something called Gotoxy{} anyone knows what it means?

13th Dec 2020, 4:44 PM
Sampraad Das
Sampraad Das - avatar
7 Antworten
+ 1
Sampraad Das It would be goto xy;
13th Dec 2020, 4:56 PM
A͢J
A͢J - avatar
+ 1
Sampraad Das Can you share code?
13th Dec 2020, 5:20 PM
A͢J
A͢J - avatar
13th Dec 2020, 5:31 PM
A͢J
A͢J - avatar
+ 1
Sampraad Das gotoxy is a user defined function which has 2 parameters x and y. And it's defined to move the player at some position. Here x and y maybe co-ordinates
13th Dec 2020, 5:49 PM
A͢J
A͢J - avatar
0
I Am Groot ! Really?? But that code had Gotoxy no gap between goto and xy
13th Dec 2020, 5:17 PM
Sampraad Das
Sampraad Das - avatar
0
I Am Groot ! I don't have the code right now but I can share the link from where I copied the code
13th Dec 2020, 5:21 PM
Sampraad Das
Sampraad Das - avatar
13th Dec 2020, 5:34 PM
Sampraad Das
Sampraad Das - avatar