+ 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?
9 odpowiedzi
+ 1
Sampraad Das
It would be goto xy;
+ 1
Sampraad Das Can you share code?
+ 1
Sampraad Das Ok
+ 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
0
I Am Groot ! Really?? But that code had Gotoxy no gap between goto and xy
0
I Am Groot ! I don't have the code right now but I can share the link from where I copied the code
0
I Am Groot ! https://youtu.be/X4LyyvGLABg this one