+ 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?
5 odpowiedzi
+ 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
+ 1
thanks
0
conio.h is related to the MS-DOS compiler. It is not part of C standard library
0
so, will it work in a computer?
0
That's the first step, but I'm not really sure if you can use any compiler or a special one