Is there a way to print statement in specific coordinates(x,y) in sololearn?(like gotoxy() in c++) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Is there a way to print statement in specific coordinates(x,y) in sololearn?(like gotoxy() in c++)

I can't seem to use gotoxy() function in sololearn as in c++.so is there a way to move cursor from one point to another?? Also can i use gotoxy() in c or is there any other way?

14th Aug 2018, 6:47 AM
THE GAMER
THE GAMER - avatar
2 Answers
+ 2
This is an interesting question
14th Aug 2018, 7:01 AM
Andrey Stepanov
Andrey Stepanov - avatar
+ 2
In c you can use goto statement like this : goto label; . . . label: statement; But I didn't test in SoloLearn and I dunno really is there a way to move cursor from one point to another..
14th Aug 2018, 9:29 PM
Ali Missaoui
Ali Missaoui - avatar