Could gotoxy() function be used in sololearn compiler? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Could gotoxy() function be used in sololearn compiler?

I used gotoxy function in my program it failed to recognise it as a library function.

6th Dec 2016, 1:33 PM
kv ajay
kv ajay - avatar
2 Answers
0
If you don't define it yourself, then no. I'm pretty sure that the only library available here is iostream, but don't quote me on that.
6th Dec 2016, 1:38 PM
Francesco Lo Biondo
Francesco Lo Biondo - avatar
0
gotoxy() is defined in a non-standard C++ library, so the compiler of sololearn can't handle it.
6th Dec 2016, 2:07 PM
Yong Xuan Wang
Yong Xuan Wang - avatar