gotoxy(), clreol(), clscr(). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

gotoxy(), clreol(), clscr().

Why can’t I run a code with gotoxy, clreol and clscr functions? I know, what I must include the conio.h. Maybe this compiler is bad?

30th Apr 2019, 8:03 PM
Igor The Golden Fish
Igor The Golden Fish - avatar
5 Answers
+ 2
You can include this .h file in your program and use the mentioned functions in your program Btw you have to copy it to the directory of your program to use it ;) It's not complete but those mentioned functions works https://code.sololearn.com/cx0Kz2KT0drg/?ref=app
1st May 2019, 5:05 AM
Shahil Ahmed
Shahil Ahmed - avatar
+ 1
thanks
1st May 2019, 8:59 AM
Igor The Golden Fish
Igor The Golden Fish - avatar
0
conio.h is related to the MS-DOS compiler. It is not part of C standard library
30th Apr 2019, 8:11 PM
raget88
raget88 - avatar
0
so, will it work in a computer?
30th Apr 2019, 8:18 PM
Igor The Golden Fish
Igor The Golden Fish - avatar
0
That's the first step, but I'm not really sure if you can use any compiler or a special one
30th Apr 2019, 8:25 PM
raget88
raget88 - avatar