0
Solve my problem in C.
when i use gotoxy then it's not working. main() { gotoxy(40,13); getch(); } help me.
8 Respuestas
+ 6
gotoxy comes under conio.h not graphics @Rishab.
But sololearn code playground doesn't support this function.
+ 1
thanks gamma for correcting me.
0
gotoxy is function in graphics library which isn't supported by sololearn compiler.
You can't make graphics program in code playground.
0
@Risabh agarwal bro its not working in turbo and code blocks.
please help me.
i search everywhere google to youtube..
but cannot find the way.
0
I used it in turbo c++.
I can help you with that
just post your code here