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.
2 Respuestas
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.
0
gotoxy() is defined in a non-standard C++ library, so the compiler of sololearn can't handle it.