Solve my problem in C. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Solve my problem in C.

when i use gotoxy then it's not working. main() { gotoxy(40,13); getch(); } help me.

19th Dec 2017, 12:11 PM
Kunal Kumar
Kunal Kumar - avatar
6 Answers
+ 6
gotoxy comes under conio.h not graphics @Rishab. But sololearn code playground doesn't support this function.
19th Dec 2017, 1:29 PM
RZK 022
RZK 022 - avatar
+ 1
thanks gamma for correcting me.
19th Dec 2017, 1:35 PM
Rishabh Agrawal
Rishabh Agrawal - avatar
0
gotoxy is function in graphics library which isn't supported by sololearn compiler. You can't make graphics program in code playground.
19th Dec 2017, 12:27 PM
Rishabh Agrawal
Rishabh Agrawal - avatar
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.
19th Dec 2017, 12:30 PM
Kunal Kumar
Kunal Kumar - avatar
0
I used it in turbo c++. I can help you with that just post your code here
19th Dec 2017, 12:31 PM
Rishabh Agrawal
Rishabh Agrawal - avatar
19th Dec 2017, 1:19 PM
Kunal Kumar
Kunal Kumar - avatar